apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3 kind: KubeadmConfigTemplate metadata: name: worker-1 spec: template: spec: joinConfiguration: nodeRegistration: name: '{{ ds.meta_data.name }}' kubeletExtraArgs: node-labels: 'metal3.io/uuid={{ ds.meta_data.uuid }},node-type=worker' provider-id: 'metal3://{{ ds.meta_data.uuid }}' feature-gates: "IPv6DualStack=true" ntp: enabled: true servers: - 135.188.34.124 - 135.38.244.16 - 135.188.34.84 preKubeadmCommands: - echo 'root:r00tme' | chpasswd - echo 'ubuntu:r00tme' | chpasswd - | cat <