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
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
To comply to our policies I have set several securityContext settings. Such as to the Jobmanager, Taskmanger and Job. The CRD clearly allows to set the securityContext for all the needed resources (see the CRD docs here).
But when I set them in the FlinkCluster resource and inspect the deployment created by the operator only some of them seem to be applied.
For example the Jobmanager part in my flink-cluster.yaml looks like this:
To comply to our policies I have set several securityContext settings. Such as to the Jobmanager, Taskmanger and Job. The CRD clearly allows to set the securityContext for all the needed resources (see the CRD docs here).
But when I set them in the FlinkCluster resource and inspect the deployment created by the operator only some of them seem to be applied.
For example the Jobmanager part in my flink-cluster.yaml looks like this:
And if I inspect the created Jobmanager I can only find these securityContext settings set:
$ kubectl get pod flinksessioncluster-jobmanager-0 -o yaml
Output:
So for example dropping the capabilites isn't applied at all even if it seems to be part of the CRD:
flink-on-k8s-operator/config/crd/bases/flinkoperator.k8s.io_flinkclusters.yaml
Lines 1838 to 1855 in 0310df7
The text was updated successfully, but these errors were encountered: