-
Notifications
You must be signed in to change notification settings - Fork 4.4k
CA: improve k8s versioning in E2E tests #9349
Copy link
Copy link
Labels
area/cluster-autoscalerIssues or PRs related to the Cluster Autoscaler componentIssues or PRs related to the Cluster Autoscaler componentkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
area/cluster-autoscalerIssues or PRs related to the Cluster Autoscaler componentIssues or PRs related to the Cluster Autoscaler componentkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Currently, the tests build and run newest k8s available.
This might be the root of conflicts as k8s version in cluster autoscaler is hardcoded and bumped only manually.
Moreover, presubmits on release branches e.g. cluster-autoscaler-release-1.35 also test against newest k8s.