Skip to content

Commit

Permalink
removed unavailable flag (kubernetes#8681)
Browse files Browse the repository at this point in the history
  • Loading branch information
longwuyuan authored and rchshld committed May 17, 2023
1 parent a02c7e7 commit 156e03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
strategy:
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:

Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
strategy:
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:

Expand Down
1 change: 0 additions & 1 deletion test/e2e/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ kubeadmConfigPatches:
extraArgs:
namespace-sync-period: 10s
concurrent-deployment-syncs: "30"
deployment-controller-sync-period: 10s

0 comments on commit 156e03c

Please sign in to comment.