Skip to content

Commit

Permalink
Merge pull request #2706 from chrischdi/pr-k8s-upgrade-5-nodes
Browse files Browse the repository at this point in the history
🌱 test: use 5 worker nodes for k8s upgrade + conformance test
  • Loading branch information
k8s-ci-robot authored Feb 6, 2024
2 parents 2c85a07 + e1fd310 commit 73b3e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cluster_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var _ = Describe("When upgrading a workload cluster using ClusterClass and testi
BootstrapClusterProxy: bootstrapClusterProxy,
ArtifactFolder: artifactFolder,
SkipCleanup: skipCleanup,
WorkerMachineCount: ptr.To[int64](5),
// Note: install-on-bootstrap will install Kubernetes on bootstrap if the correct Kubernetes version
// cannot be detected. This is required to install versions we don't have images for (e.g. ci/latest-1.30).
Flavor: ptr.To("install-on-bootstrap"),
Expand Down

0 comments on commit 73b3e90

Please sign in to comment.