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

Run pravega segmentstore sts with runAsUser: 0 #468

Closed
Prabhaker24 opened this issue Oct 20, 2020 · 0 comments · Fixed by #469
Closed

Run pravega segmentstore sts with runAsUser: 0 #468

Prabhaker24 opened this issue Oct 20, 2020 · 0 comments · Fixed by #469

Comments

@Prabhaker24
Copy link
Contributor

Description

Pravega with ECS as LTS is failing to deploy in Openshift environment, as container needs to inject cert bundle into trust store, but the security context selected by openshift is preventing it.

Importance

must_have

Location

pravega_segmentstore.go

Suggestions for an improvement

somewhere around

add the following.

  securityContext:
  runAsUser: 0 ```
@Prabhaker24 Prabhaker24 changed the title openshift: run pravega segmentstore sts with runAsUser: 0 Run pravega segmentstore sts with runAsUser: 0 Oct 20, 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 a pull request may close this issue.

1 participant