Skip to content

Commit 26509f1

Browse files
committed
fixup! feat: support setting kubeadm ignorePreflightErrors
Improve docs
1 parent 45a9cc2 commit 26509f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/capi-quick-start/nutanix-cluster-cilium-helm-addon.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ spec:
6262
variables:
6363
- name: clusterConfig
6464
value:
65+
users:
66+
- name: dkoshkin
67+
sshAuthorizedKeys:
68+
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKvX8I9/AC33aIL1PLoJoJXhpYLBzs6rbSnEyGKrdacg [email protected]"
69+
sudo: "ALL=(ALL) NOPASSWD:ALL"
6570
addons:
6671
ccm:
6772
credentials:
@@ -98,6 +103,11 @@ spec:
98103
start: 198.18.1.21
99104
provider: MetalLB
100105
controlPlane:
106+
nodeRegistration:
107+
ignorePreflightErrors:
108+
- SystemVerification
109+
- foo
110+
- bar
101111
nutanix:
102112
machineDetails:
103113
bootType: uefi

0 commit comments

Comments
 (0)