-
Notifications
You must be signed in to change notification settings - Fork 260
fix: Service Account Mitigation for CNS on k8s Windows 2022 #1367
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
|
what was the issue that this fixes? |
Hoping this will resolve those SA issues for host process containers e.g. |
1049132 to
2ef976d
Compare
rbtr
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.
it shouldn't be necessary to do this kubeconfig templating (should be easy to set all of these fields on the rest.Config directly since it's mostly the in-cluster config). but if it works for now until the windows support is better and we don't need it at all, okay
* Service Account Mitigation for CNS on k8s Windows 2022 * pick up Neha's bug fix * addressing comments * add node selector back Co-authored-by: Jaeryn <tsun.chu@microsoft.com>
Reason for Change:
Service Account Mitigation for CNS on k8s Windows 2022
Issue Fixed:
Requirements:
Notes: