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

Add commands to modify Openshift secure contexts #250

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davidefreeman
Copy link

After deploying to Minishift 3.11, several of the pods refused to start, unable to write to their root fs. After some investigation, found that the SCC's needed to be changed. It was missing the command for Prometheus, so I added that.

I had issues with getting the pods up and running. turns out it was the secure contexts, and once I set the secure context to anyuid all pods were able to start successfully.
fixed spelling of Prometheus
Found that the official Openshift Istio documentation mentions executing a single command to modify security contexts for all service accounts within a namespace.

https://istio.io/docs/setup/platform-setup/openshift/
Moved note to a Minishift section next to Openshift.

Minishift requires a separate note since the Openshift operator instructions are for OpenShift 4.x, and Minishift uses Openshift 3.x.
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.

None yet

1 participant