We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6032c2e + 1281081 commit 6c4258eCopy full SHA for 6c4258e
modules/windows-machineset-aws.adoc
@@ -55,15 +55,19 @@ spec:
55
availabilityZone: <zone> <6>
56
region: <region> <7>
57
securityGroups:
58
- - filters:
59
- - name: tag:Name
60
- values:
61
- - <infrastructure_id>-worker-sg <1>
+ - filters:
+ - name: tag:Name
+ values:
+ - <infrastructure_id>-node <1>
62
63
64
65
+ - <infrastructure_id>-lb <1>
66
subnet:
67
filters:
- - <infrastructure_id>-private-<zone> <1>
68
69
70
+ - <infrastructure_id>-subnet-private-<zone> <1>
71
tags:
72
- name: kubernetes.io/cluster/<infrastructure_id> <1>
73
value: owned
0 commit comments