Skip to content

Commit 6cd1c0f

Browse files
authored
Merge pull request #64954 from frankfnord/fix_nutanix_install-config
fixed indentation and API/Ingress specification to new format (apiVIPs…
2 parents 101288b + f9e484a commit 6cd1c0f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

modules/installation-nutanix-config-yaml.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,17 @@ metadata:
5959
name: test-cluster <1>
6060
networking:
6161
clusterNetwork:
62-
- cidr: 10.128.0.0/14
63-
hostPrefix: 23
62+
- cidr: 10.128.0.0/14
63+
hostPrefix: 23
6464
machineNetwork:
65-
- cidr: 10.0.0.0/16
65+
- cidr: 10.0.0.0/16
6666
networkType: OVNKubernetes <6>
6767
serviceNetwork:
68-
- 172.30.0.0/16
68+
- 172.30.0.0/16
6969
platform:
7070
nutanix:
71-
apiVIP: 10.40.142.7 <1>
71+
apiVIPs:
72+
- 10.40.142.7 <1>
7273
defaultMachinePlatform:
7374
bootType: Legacy
7475
categories: <5>
@@ -77,7 +78,8 @@ platform:
7778
project: <7>
7879
type: name
7980
name: <project_name>
80-
ingressVIP: 10.40.142.8 <1>
81+
ingressVIPs:
82+
- 10.40.142.8 <1>
8183
prismCentral:
8284
endpoint:
8385
address: your.prismcentral.domainname <1>

0 commit comments

Comments
 (0)