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
Describe the bug
I've graylog running in a istio enabled cluster which results in istio catching all traffic. The istio proxy however is only started as a normal container and not available for initContainers. Therefor the kubectl can't be downloaded. Istio requires the initContainers to have "runAsUser: 1337" defined in the initContainer securityContext to bypass the proxy. (https://istio.io/latest/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers)
Adding a way to specify securityContext for the setup initContainer would be nice
I noticed that the (default) security context is applied to both init and main container. This seems to fail since the init container tries to chown the data directory to itself. chown: /usr/share/graylog/data/: Operation not permitted
So if I am right this feature should help here as well.
Describe the bug
I've graylog running in a istio enabled cluster which results in istio catching all traffic. The istio proxy however is only started as a normal container and not available for initContainers. Therefor the kubectl can't be downloaded. Istio requires the initContainers to have "runAsUser: 1337" defined in the initContainer securityContext to bypass the proxy. (https://istio.io/latest/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers)
Adding a way to specify securityContext for the setup initContainer would be nice
Version of Helm and Kubernetes:
Helm Version:
Kubernetes Version: 1.21
Which version of the chart:
1.9.2
What happened:
Graylog deployed without master service
What you expected to happen:
Graylog deployed with master service
How to reproduce it (as minimally and precisely as possible):
Deploy to an istio enabled cluster/namespace
Anything else we need to know:
The text was updated successfully, but these errors were encountered: