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 8d10359 commit e5cab15Copy full SHA for e5cab15
pkg/cloud/openstack/services/userdata/kubeadm.go
@@ -67,7 +67,7 @@ func generateKubeadmConfig(isControlPlane bool, bootstrapToken string, cluster *
67
Name: "cloud",
68
HostPath: "/etc/kubernetes/cloud.conf",
69
MountPath: "/etc/kubernetes/cloud.conf",
70
- },{
+ }, {
71
Name: "cacert",
72
HostPath: "/etc/certs/cacert",
73
MountPath: "/etc/certs/cacert",
0 commit comments