Skip to content

Commit

Permalink
Merge pull request #3061 from chrischdi/pr-test-install-bootstrap-rol…
Browse files Browse the repository at this point in the history
…loutstrategy

🌱 test: use rolloutStrategy to speed up K8s-Upgrade tests to not hit rollout timeout
  • Loading branch information
k8s-ci-robot committed Jun 17, 2024
2 parents 77770c0 + 8294c0e commit 6a680b2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ intervals:
default/wait-worker-nodes: ["10m", "10s"]
default/wait-delete-cluster: ["5m", "10s"]
default/wait-machine-upgrade: ["15m", "1m"]
default/wait-nodes-ready: ["10m", "10s"]
default/wait-machine-remediation: ["15m", "10s"]
mhc-remediation/mhc-remediation: ["30m", "10s"]
node-drain/wait-deployment-available: ["3m", "10s"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ patches:
- target:
kind: Cluster
path: ./inject-install-on-bootstrap.yaml
- target:
kind: Cluster
path: ./set-md-rollout-strategy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- op: add
path: /spec/topology/workers/machineDeployments/0/strategy
value:
rollingUpdate:
maxUnavailable: "100%"
maxSurge: "100%"
type: RollingUpdate
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ patches:
- target:
kind: Cluster
path: ./inject-install-on-bootstrap.yaml
- target:
kind: Cluster
path: ./set-md-rollout-strategy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- op: add
path: /spec/topology/workers/machineDeployments/0/strategy
value:
rollingUpdate:
maxUnavailable: "100%"
maxSurge: "100%"
type: RollingUpdate

0 comments on commit 6a680b2

Please sign in to comment.