-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k8s-1.32: introduce k8s-1.32 kubevirtci provider #1327
base: main
Are you sure you want to change the base?
Conversation
The kubernetes v1.32.0 beta was released[1] - adding a new cluster provider for kubernetes v1.32 Manual run of: ``` bazel run //robots/cmd/kubevirtci-bumper -- \ --ensure-latest=true \ --force-target-major-minor '1.32' \ --pre-release-version='beta.0' \ --github-token-path='' \ --k8s-provider-dir=$PROJECTS/kubevirtci/cluster-provision/k8s \ --cluster-up-dir=$PROJECTS/kubevirtci/cluster-up/cl ``` [1] https://github.com/kubernetes/kubernetes/releases/tag/v1.32.0-beta.0 Signed-off-by: Brian Carey <[email protected]>
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…provider The k8s-1.32 cluster provider is due to be introduced soon[1] - add optional check-provision jobs to help with testing the new provider [1] kubevirt/kubevirtci#1327 Signed-off-by: Brian Carey <[email protected]>
@brianmcarey: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What this PR does / why we need it:
The kubernetes v1.32.0 beta was released[1] - adding a new cluster provider for kubernetes v1.32
Manual run of:
[1] https://github.com/kubernetes/kubernetes/releases/tag/v1.32.0-beta.0
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
/cc @dhiller @xpivarc
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
Release note: