We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdc05e commit 1aae2c6Copy full SHA for 1aae2c6
pkg/handlers/generic/mutation/controlplanevirtualip/providers/kubevip.go
@@ -55,7 +55,7 @@ func (p *kubeVIPFromKCPTemplateProvider) Name() string {
55
}
56
57
// GenerateFilesAndCommands returns files and pre/post kubeadm commands for kube-vip.
58
-// It reads kube-vip template from a ConfigMap and returns the content a File, templating the required variables.
+// It reads kube-vip template from the KCPTemplate and returns a File, templating the required variables.
59
// If required, it also returns a script file and pre/post kubeadm commands to change the kube-vip Pod to use the new
60
// super-admin.conf file.
61
func (p *kubeVIPFromKCPTemplateProvider) GenerateFilesAndCommands(
0 commit comments