-
Notifications
You must be signed in to change notification settings - Fork 151
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
Use "ContainerAdministrator" for windows node #809
Use "ContainerAdministrator" for windows node #809
Conversation
47fd5ed
to
33a6274
Compare
Are there specific issues this addresses and documented requirements for this user instead of |
Ah, actually nope. |
3b2e20e
to
8c8ad0f
Compare
@dmitryax can you please re-review this one? |
Should the proposed configuration be set when |
Yes @jvoravong , this will set only when isWindows is true |
In that example isWindows: true. Your changes should have added content to the rendered files in the example after running a |
Okayy, will go through that |
Okay @jvoravong, I see why this is happening. |
For Linux nodes, the runAsUser is set to 0 by default if nothing is specified in values.yaml.
But for windows, it leaves this field empty.
It makes sense to set runAsUserName inside windowsOptions to
ContainerAdministrator
which is theroot
equivalent for Windows node