removed unavailable flag (#8681)
This commit is contained in:
parent
fb2f00bae5
commit
2fc8a62d1a
2 changed files with 2 additions and 3 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.19.11, v1.20.7, v1.21.2, v1.22.9, v1.23.6, v1.24.0]
|
k8s: [v1.19.11, v1.20.7, v1.21.2, v1.22.9, v1.23.6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
@ -262,7 +262,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
k8s: [v1.21.10, v1.22.9, v1.23.6, v1.24.0]
|
k8s: [v1.21.10, v1.22.9, v1.23.6]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,3 @@ kubeadmConfigPatches:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
namespace-sync-period: 10s
|
namespace-sync-period: 10s
|
||||||
concurrent-deployment-syncs: "30"
|
concurrent-deployment-syncs: "30"
|
||||||
deployment-controller-sync-period: 10s
|
|
||||||
|
|
Loading…
Reference in a new issue