diff --git a/bindata/v3.11.0/config/defaultconfig.yaml b/bindata/v3.11.0/config/defaultconfig.yaml index 86c50d544..584fbec31 100644 --- a/bindata/v3.11.0/config/defaultconfig.yaml +++ b/bindata/v3.11.0/config/defaultconfig.yaml @@ -15,6 +15,6 @@ apiServerArguments: audit-policy-file: - /var/run/configmaps/audit/default.yaml shutdown-delay-duration: - - 3s # give SDN some time to converge + - 10s # give SDN some time to converge servingInfo: bindNetwork: "tcp" diff --git a/pkg/operator/v311_00_assets/bindata.go b/pkg/operator/v311_00_assets/bindata.go index de1aa3f02..b41f31a7f 100644 --- a/pkg/operator/v311_00_assets/bindata.go +++ b/pkg/operator/v311_00_assets/bindata.go @@ -78,7 +78,7 @@ apiServerArguments: audit-policy-file: - /var/run/configmaps/audit/default.yaml shutdown-delay-duration: - - 3s # give SDN some time to converge + - 10s # give SDN some time to converge servingInfo: bindNetwork: "tcp" `)