File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
examples/capi-quick-start Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,20 @@ spec:
47
47
secretRef :
48
48
name : my-registry-credentials
49
49
kubernetesImageRepository : " my-registry.io/my-org/my-repo"
50
- prismCentralEndpoint :
51
- address : " PC-ip-fqdn"
52
- port : 9440
53
- insecure : false
54
- additionalTrustBundle : " trust-bundle-root-ca"
50
+ users :
51
+ - name : capxuser
52
+ sshKey : ssh-key-expample-1
53
+ nutanix :
54
+ prismCentralEndpoint :
55
+ address : " PC-ip-fqdn"
56
+ port : 9440
57
+ insecure : false
58
+ additionalTrustBundle : " trust-bundle-root-ca"
59
+ controlPlaneEndpoint :
60
+ host : " api-server-ip-fqdn"
61
+ port : 6443
55
62
controlPlane :
56
63
nutanix :
57
- endpoint :
58
- host : " api-server-ip-fqdn"
59
- port : 6443
60
- users :
61
- - name : capxuser
62
- sshKey : ssh-key-expample-1
63
64
bootType : legacy
64
65
cluster :
65
66
name : PE1
You can’t perform that action at this time.
0 commit comments