-
Notifications
You must be signed in to change notification settings - Fork 260
[Do Not Review]dualstack overlay pipeline #1980
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
…e/azure-container-networking into dualstackoverlaypipelinejob
pjohnst5
left a comment
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.
Just a couple questions
| kubectl cluster-info | ||
| kubectl get node | ||
| kubectl get po -owide -A | ||
| name: "installKubectl" |
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.
Why do we need kubectl?
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.
Yes we do need install kubectl to get cluster-info, node and so on
| kubectl get po -owide -A | ||
| name: "Add_Windows_Node" | ||
| displayName: "Add windows node on DualStackOverlay cluster" | ||
|
|
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.
What CNI are you planning to install?
Azure CNI?
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.
yes azure CNI
|
use one PR to track: https://github.com/Azure/azure-container-networking/pull/2032/files |
This PR will build up dualstack overlay pipeline in ACN Repo. Actively working on this PR.