Skip to content

Commit 91b2d5a

Browse files
authored
Merge pull request #69600 from dfitzmau/OCPBUGS-25683
/lgtm OCPBUGS#25683: Updated the errors in compute machine set sample yaml
2 parents 082c1f9 + b779ca2 commit 91b2d5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/machineset-yaml-aws.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ spec:
5252
selector:
5353
matchLabels:
5454
machine.openshift.io/cluster-api-cluster: <infrastructure_id> <1>
55+
ifdef::edge[]
5556
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-edge-<zone>
57+
endif::edge[]
5658
ifndef::infra,edge[]
5759
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-<role>-<zone> <2>
5860
endif::infra,edge[]
@@ -128,8 +130,8 @@ endif::edge[]
128130
ifdef::edge[]
129131
id: <value_of_PublicSubnetIds> <8>
130132
publicIp: true
131-
tags:
132133
endif::edge[]
134+
tags:
133135
- name: kubernetes.io/cluster/<infrastructure_id> <1>
134136
value: owned
135137
- name: <custom_tag_name> <5>

0 commit comments

Comments
 (0)