File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ Resources:
36
36
Value : kubernetes
37
37
- Key : component
38
38
Value : etcd-cluster
39
+ - ResourceType : " network-interface"
40
+ Tags :
41
+ - Key : application
42
+ Value : kubernetes
43
+ - Key : component
44
+ Value : etcd-cluster
45
+ - Key : Name
46
+ Value : ' etcd-cluster ({{.Cluster.ID}})'
39
47
NetworkInterfaces :
40
48
- DeviceIndex : 0
41
49
AssociatePublicIpAddress : true
Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ Resources:
56
56
Value : kubernetes
57
57
- Key : component
58
58
Value : control-plane
59
+ - ResourceType : " network-interface"
60
+ Tags :
61
+ - Key : application
62
+ Value : kubernetes
63
+ - Key : component
64
+ Value : control-plane
65
+ - Key : Name
66
+ Value : " {{ .NodePool.Name }} ({{ .Cluster.ID }})"
59
67
{{ if .Values.supports_t2_unlimited }}
60
68
CreditSpecification :
61
69
CpuCredits : unlimited
Original file line number Diff line number Diff line change @@ -132,6 +132,14 @@ Resources:
132
132
Value : kubernetes
133
133
- Key : component
134
134
Value : " shared-resource"
135
+ - ResourceType : " network-interface"
136
+ Tags :
137
+ - Key : application
138
+ Value : kubernetes
139
+ - Key : component
140
+ Value : " shared-resource"
141
+ - Key : Name
142
+ Value : " {{ .NodePool.Name }} ({{ .Cluster.ID }})"
135
143
{{- end }}
136
144
BlockDeviceMappings :
137
145
- DeviceName : /dev/sda1
Original file line number Diff line number Diff line change @@ -145,6 +145,14 @@ Resources:
145
145
Value : kubernetes
146
146
- Key : component
147
147
Value : " shared-resource"
148
+ - ResourceType : " network-interface"
149
+ Tags :
150
+ - Key : application
151
+ Value : kubernetes
152
+ - Key : component
153
+ Value : " shared-resource"
154
+ - Key : Name
155
+ Value : " {{ $data.NodePool.Name }} ({{ $data.Cluster.ID }})"
148
156
{{- end }}
149
157
BlockDeviceMappings :
150
158
- DeviceName : /dev/sda1
You can’t perform that action at this time.
0 commit comments