1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

delete enable-keep-alive since that option has been removed

This commit is contained in:
Joseph Callen
2024-10-01 08:30:31 -04:00
parent d80aebd9cd
commit 54a7faee66
2 changed files with 0 additions and 2 deletions

View File

@@ -7077,7 +7077,6 @@ spec:
- --diagnostics-address=${CAPI_DIAGNOSTICS_ADDRESS:=:8443}
- --insecure-diagnostics=${CAPI_INSECURE_DIAGNOSTICS:=false}
- --v=4
- --enable-keep-alive
- --feature-gates=NodeAntiAffinity=${EXP_NODE_ANTI_AFFINITY:=false}
image: registry.k8s.io/cluster-api-vsphere/cluster-api-vsphere-controller:v1.9.3
imagePullPolicy: IfNotPresent

View File

@@ -278,7 +278,6 @@ func (c *system) Run(ctx context.Context) error {
"--webhook-port={{.WebhookPort}}",
"--webhook-cert-dir={{.WebhookCertDir}}",
"--leader-elect=false",
"--enable-keep-alive=false",
},
map[string]string{
"EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION": "true",