Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Correct values for the kubernetes.io/cluster/<Cluster ID> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Dec 8, 2017
1 parent f4350c3 commit 6510561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/controlplane/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
}],
"HostedZoneTags" : [{
"Key": "kubernetes.io/cluster/{{$.ClusterName}}",
"Value": "true"
"Value": "owned"
}]
}
},
Expand Down Expand Up @@ -664,7 +664,7 @@
{
"Key": "kubernetes.io/cluster/{{$.ClusterName}}",
"PropagateAtLaunch": "true",
"Value": "true"
"Value": "owned"
},
{
"Key": "Name",
Expand Down Expand Up @@ -1618,7 +1618,7 @@
"Tags": [
{
"Key": "kubernetes.io/cluster/{{.ClusterName}}",
"Value": "true"
"Value": "owned"
},
{
"Key": "Name",
Expand Down
2 changes: 1 addition & 1 deletion core/nodepool/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{
"Key": "kubernetes.io/cluster/{{ .ClusterName }}",
"PropagateAtLaunch": "true",
"Value": "true"
"Value": "owned"
},
{
"Key": "kube-aws:node-pool:name",
Expand Down

0 comments on commit 6510561

Please sign in to comment.