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

Documentation / script updates #1

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Documentation / script updates #1

wants to merge 4 commits into from

Conversation

qjhart
Copy link

@qjhart qjhart commented Jul 26, 2024

No description provided.

@qjhart qjhart marked this pull request as draft July 26, 2024 21:19
@qjhart
Copy link
Author

qjhart commented Jul 31, 2024

Regarding the moiunting issue, you can see from mount propogation, that you
need to set the `containers[*].volumeMount` with the additional field
`mountPropagation=Bidirectional`, a typical case when a pod needs to mount a
hostpath volumn.

I tried this, but the container was not set with the proper securityContext,
and I couldn’t get that to work properly, the instructions for a
securityContext aren’t working as I expected.

@@ -18,12 +18,15 @@ spec:
volumeMounts:
- name: src-administration
mountPath: /services/administration
mountPropagation: Bidirectional
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jrmerz FYI, These are some instructions on getting bind mounts, but there is still a securityContext I'm working on.

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