File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,17 @@ metadata:
5959 name: test-cluster <1>
6060networking:
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
6969platform:
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>
You can’t perform that action at this time.
0 commit comments