Skip to content
Discussion options

You must be logged in to vote

I found solution with "vectordotdev/helm-charts#266"
I'm working on openshift and followings are what I did.

  1. Give privileged SCC to all vector service-accounts:
oc adm policy add-scc-to-user privileged -z vector -n tetns
oc adm policy add-scc-to-user privileged -z vector-configcheck -n tetns
  1. Set "privileged: true" for securityContext:
# in the values.yaml in helm-chart
securityContext:
  privileged: true

Thanks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JayJay-K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
platform: kubernetes Anything `kubernetes` platform related
1 participant