You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
linkerd-viz helm chart values dose not have the option to set the allowPrivilegeEscalation.
We are running Linkerd using the CNI plugin, but when it comes to installing Linkerd-viz we saw the same privilege requirements getting requested by the linkerd-viz pods and getting blocked.
our the solution was to add allowPrivilegeEscalation: false flag directly to below pods.
metrics-api
prometheus
tap
tap-injector
web
securityContext:
allowPrivilegeEscalation: false
ideally the linkerd-viz should detect the CNI plugin is in used on linkerd, and make use of that? or helm chart should have a property to pass in allowPrivilegeEscalation: false
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
linkerd-viz helm chart values dose not have the option to set the allowPrivilegeEscalation.
We are running Linkerd using the CNI plugin, but when it comes to installing Linkerd-viz we saw the same privilege requirements getting requested by the linkerd-viz pods and getting blocked.
our the solution was to add
allowPrivilegeEscalation: false
flag directly to below pods.ideally the linkerd-viz should detect the CNI plugin is in used on linkerd, and make use of that? or helm chart should have a property to pass in allowPrivilegeEscalation: false
or have i missed anything obvious?
thanks
Beta Was this translation helpful? Give feedback.
All reactions