We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e75fa commit 26a28ffCopy full SHA for 26a28ff
examples/capi-quick-start/nutanix-final-example.yaml
@@ -47,19 +47,20 @@ spec:
47
secretRef:
48
name: my-registry-credentials
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"
+ users:
+ - name: capxuser
+ sshKey: ssh-key-expample-1
+ nutanix:
+ 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
62
controlPlane:
63
nutanix:
- endpoint:
- host: "api-server-ip-fqdn"
- port: 6443
- users:
- - name: capxuser
- sshKey: ssh-key-expample-1
64
bootType: legacy
65
cluster:
66
name: PE1
0 commit comments