-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add privileged true to fix SELinux issues #105
Conversation
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.
LGTM 🔥
(bump) |
Init containers for calico/canal would show permission denied error
a302f62
rebased |
changes LGTM, but discussed with @superseb - we just need to decide if we want to make changes to current templates since it'd affect existing clusters |
@superseb @kinarashah what would happen with existing clusters? |
@deniseschannon I believe pods would get restarted, but also @superseb mentioned there wasn't any interruption and that he'd confirm once again |
Pods will get recreated, but connectivity will not be affected because there is no direct dependency on anything in the pod like a tunnel or something. Also the maxUnavailable is 1 so only one pod will be replaced at a time. However, due to the pods being recreated I would say to put it in 1.18 to not have any side effects on updating minor releases. |
The base branch was changed.
@superseb I'm assuming there is no way to introduce this into the latest templates for each k8s version? |
Superseded by #149 |
rancher/rke#1691
Ported the fixes mentioned in projectcalico/calico#2704 / projectcalico/calico#2738