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:
59
59
name: test-cluster <1>
60
60
networking:
61
61
clusterNetwork:
62
- - cidr: 10.128.0.0/14
63
- hostPrefix: 23
62
+ - cidr: 10.128.0.0/14
63
+ hostPrefix: 23
64
64
machineNetwork:
65
- - cidr: 10.0.0.0/16
65
+ - cidr: 10.0.0.0/16
66
66
networkType: OVNKubernetes <6>
67
67
serviceNetwork:
68
- - 172.30.0.0/16
68
+ - 172.30.0.0/16
69
69
platform:
70
70
nutanix:
71
- apiVIP: 10.40.142.7 <1>
71
+ apiVIPs:
72
+ - 10.40.142.7 <1>
72
73
defaultMachinePlatform:
73
74
bootType: Legacy
74
75
categories: <5>
@@ -77,7 +78,8 @@ platform:
77
78
project: <7>
78
79
type: name
79
80
name: <project _name >
80
- ingressVIP: 10.40.142.8 <1>
81
+ ingressVIPs:
82
+ - 10.40.142.8 <1>
81
83
prismCentral:
82
84
endpoint:
83
85
address: your.prismcentral.domainname <1>
You can’t perform that action at this time.
0 commit comments