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.
1 parent b1e6241 commit b779ca2Copy full SHA for b779ca2
modules/machineset-yaml-aws.adoc
@@ -52,7 +52,9 @@ spec:
52
selector:
53
matchLabels:
54
machine.openshift.io/cluster-api-cluster: <infrastructure_id> <1>
55
+ifdef::edge[]
56
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-edge-<zone>
57
+endif::edge[]
58
ifndef::infra,edge[]
59
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-<role>-<zone> <2>
60
endif::infra,edge[]
@@ -128,8 +130,8 @@ endif::edge[]
128
130
ifdef::edge[]
129
131
id: <value_of_PublicSubnetIds> <8>
132
publicIp: true
- tags:
133
endif::edge[]
134
+ tags:
135
- name: kubernetes.io/cluster/<infrastructure_id> <1>
136
value: owned
137
- name: <custom_tag_name> <5>
0 commit comments