-
Notifications
You must be signed in to change notification settings - Fork 541
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
Remove flag "--allow-privileged" form start-kubelet.ps1 in Kubernetes 1.15 #379
Comments
wk8
added a commit
to wk8/SDN
that referenced
this issue
Jul 10, 2019
Since that flag got deprecated in version 1.15, and the kubelet won't start if it's present. Fixes microsoft#379
Fixed in #383 |
wk8
added a commit
to wk8/SDN
that referenced
this issue
Jul 10, 2019
Since that flag got deprecated in version 1.15, and the kubelet won't start if it's present. Fixes microsoft#379
@wk8 I found out that the same problem exists int the register-svc.ps1 script. Thanks for the fix |
@mrwonkerz : thanks, good catch. Should be fixed by the new commit I've added to my PR (0965379). |
madhanrm
pushed a commit
that referenced
this issue
Aug 6, 2019
) * Only using the kubelet flag `allow-privileged` for versions < 1.15 Since that flag got deprecated in version 1.15, and the kubelet won't start if it's present. Fixes #379 * Consolidating kubelet flags Signed-off-by: Jean Rouge <rougej+github@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The start-kubelet.ps1 runs in the an error when using with kubernetes version 1.15
In Kubernetes 1.15 the flag "--allow-privileged" for kubelet is obsolete.
The kubelet-Service can not be started because of this.
Removing the flag "--allow-privileged" from the start-kubelet.ps1 script fixes the issue.
The text was updated successfully, but these errors were encountered: