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:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user