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

Commit

Permalink
NAT Gateway tagging (kubernetes-retired#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsamidurai authored and davidmccormick committed May 22, 2019
1 parent 2716f53 commit ffaec1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions builtin/files/stack-templates/network.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,16 @@
,
"{{$ngw.LogicalName}}": {
"Properties": {
"Tags": [
{
"Key": "kubernetes.io/cluster/{{$.ClusterName}}",
"Value": "owned"
},
{
"Key": "Name",
"Value": "{{$.ClusterName}}-{{$ngw.LogicalName}}"
}
],
"AllocationId": {{$ngw.EIPAllocationIDRef}},
"SubnetId": {{$ngw.PublicSubnetRef}}
},
Expand Down

0 comments on commit ffaec1f

Please sign in to comment.