Skip to content
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

Made calico init containers privileged in order to prevent issues on … #75

Closed
wants to merge 1 commit into from
Closed

Made calico init containers privileged in order to prevent issues on … #75

wants to merge 1 commit into from

Conversation

carloscarnero
Copy link

…SELinux systems. On these systems, the initialization container named install-cni lacks

securityContext:
  privileged: true

in its template definition, causing problems such as the one reported in rancher/rke#1691.

Manually editing the running DaemonSet, and adding the lines above, fixes the pod setup which enter the run state correctly. This suggest the template might be missing the above two lines.

@superseb
Copy link
Contributor

superseb commented Jan 3, 2020

Superseded by #105

@superseb superseb closed this Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants