Skip to content

Commit c0e9100

Browse files
Updated parameters description to provision a machine with multiple network interfaces
1 parent b27716b commit c0e9100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/machineset-yaml-osp.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ifdef::infra[]
7070
metadata:
7171
creationTimestamp: null
7272
labels:
73-
node-role.kubernetes.io/infra: ""
73+
node-role.kubernetes.io/infra: ""
7474
taints: <4>
7575
- key: node-role.kubernetes.io/infra
7676
effect: NoSchedule
@@ -132,7 +132,7 @@ ifndef::infra[]
132132
<3> Specify the infrastructure ID and node label.
133133
<4> To set a server group policy for the MachineSet, enter the value that is returned from
134134
link:https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.0/html/command_line_interface_reference/server#server_group_create[creating a server group]. For most deployments, `anti-affinity` or `soft-anti-affinity` policies are recommended.
135-
<5> Required for deployments to multiple networks. If deploying to multiple networks, this list must include the network that is used as the `primarySubnet` value.
135+
<5> Required for deployments to multiple networks. To specify multiple networks, add another entry in the networks array. Also, you must include the network that is used as the `primarySubnet` value.
136136
<6> Specify the {rh-openstack} subnet that you want the endpoints of nodes to be published on. Usually, this is the same subnet that is used as the value of `machinesSubnet` in the `install-config.yaml` file.
137137
endif::infra[]
138138
ifdef::infra[]
@@ -150,4 +150,4 @@ ifeval::["{context}" == "creating-infrastructure-machinesets"]
150150
endif::[]
151151
ifeval::["{context}" == "cluster-tasks"]
152152
:!infra:
153-
endif::[]
153+
endif::[]

0 commit comments

Comments
 (0)