Skip to content

Commit 1aae2c6

Browse files
committed
fixup! feat: read kube-vip template from KCPTemplate
1 parent fcdc05e commit 1aae2c6

File tree

1 file changed

+1
-1
lines changed
  • pkg/handlers/generic/mutation/controlplanevirtualip/providers

1 file changed

+1
-1
lines changed

pkg/handlers/generic/mutation/controlplanevirtualip/providers/kubevip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (p *kubeVIPFromKCPTemplateProvider) Name() string {
5555
}
5656

5757
// 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.
58+
// It reads kube-vip template from the KCPTemplate and returns a File, templating the required variables.
5959
// If required, it also returns a script file and pre/post kubeadm commands to change the kube-vip Pod to use the new
6060
// super-admin.conf file.
6161
func (p *kubeVIPFromKCPTemplateProvider) GenerateFilesAndCommands(

0 commit comments

Comments
 (0)