-
Notifications
You must be signed in to change notification settings - Fork 260
ci: unify windows and linux cluster creation methods #3436
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
Conversation
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (4)
- hack/aks/Makefile: Language not supported
- .pipelines/cni/load-test-templates/create-cluster-template.yaml: Evaluated as low risk
- .pipelines/cni/singletenancy/cniv1-template.yaml: Evaluated as low risk
- hack/aks/README.md: Evaluated as low risk
| --no-ssh-key \ | ||
| --yes | ||
| @$(MAKE) set-kubeconf | ||
| ifeq ($(OS),windows) |
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.
Maybe a cluster having Windows nodes is...something we support and expect to happen and all of our test clusters should include?
Instead of being mostly ignored except for during the tests which specifically excercise Windows things?
WDYT @behzad-mir
* cleanup makefile * remove windows user and password from cniv1 cluster * fix windows variable not propagating
Reason for Change:
Fix inconsistent creation of windows and linux clusters, now all use OS makefile variable
Adding a windows nodepool waits for cluster to be in succeeded state instead of immediately failing
Issue Fixed:
Requirements:
Notes:
Release: https://msazure.visualstudio.com/One/_build/results?buildId=115700355&view=results
PR: https://msazure.visualstudio.com/One/_build/results?buildId=115758111&view=results