-
Notifications
You must be signed in to change notification settings - Fork 242
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
ci: remove beta kubernetes os selector #3501
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR replaces the deprecated "beta.kubernetes.io/os" key with "kubernetes.io/os" across several manifests and pipeline configurations to fix the cilium nightly pipeline failure.
- Updated node selectors in deployment, daemonset, and master manifests
- Modified pipeline YAML configurations to reflect the new key
- Adjusted test manifests to use the current OS label
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
tools/acncli/deployment/manager_swift.yaml | Updated node selector for OS label |
hack/toolbox/manifests/daemonset.yaml | Updated node selector for OS label |
hack/toolbox/manifests/master.yaml | Updated node selector for OS label in multiple pods |
.pipelines/mdnc/azure-cns-cni-1.5.4.yaml | Updated node selector key in pipeline config |
test/scale/templates/kwok-node.yaml | Updated template label; possible duplicate OS labels detected |
test/integration/manifests/cilium/cns-write-ovly.yaml | Updated node selector key in integration test manifest |
hack/toolbox/manifests/agents.yaml | Updated node selector for OS label in agents manifests |
.pipelines/mdnc/azure-cns-cni-1.4.39.1.yaml | Updated node selector key in pipeline config |
test/integration/manifests/cns/daemonset-linux.yaml | Updated node selector key in integration test manifest |
cns/azure-cns.yaml | Updated node selector key in CNS config |
.pipelines/mdnc/azure-cns-cni-1.5.28.yaml | Updated node selector key in pipeline config |
hack/manifests/cni-installer.yaml | Updated node selector key in installer config |
.pipelines/mdnc/azure-cns-cni.yaml | Updated node selector key in pipeline config |
6c7cfb5
to
0bb8f0e
Compare
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
Reason for Change:
Replaces the beta.kubernetes.io/os with kubernetes.io/os to fix the cilium nightly pipeline from failing
Issue Fixed:
Requirements:
Notes: