mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
upstream capv bug causes session timeout
Until we can bump capv to the latest version disable session keep alive that causes session timeout and deadlocks as described in the links attached to the bug.
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
2f7a52a9c7
commit
f2cf2c186d
@@ -276,6 +276,7 @@ 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