Skip to content

Commit ad887bd

Browse files
ARO VNet also needs to be updated in the MachineSet YAML manifest
ARO VNet also needs to be updated in the MachineSet YAML manifest by the user. Modified the manifest so that a placeholder is seen to update the ARO VNet name.
1 parent 46d37a1 commit ad887bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/howto-infrastructure-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
userDataSecret:
143143
name: worker-user-data
144144
vmSize: <Standard_E4s_v5, Standard_E8s_v5, Standard_E16s_v5>
145-
vnet: aro-vnet
145+
vnet: <VNET_NAME>
146146
zone: <ZONE>
147147
taints:
148148
- key: node-role.kubernetes.io/infra

0 commit comments

Comments
 (0)