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
Trying to run the operator/cassandra on an unprivileged cluster results in an error.
create Pod cassandra-test-cluster-cassandra-0 in StatefulSet cassandra-test-cluster-cassandra failed error: Pod "cassandra-test-cluster-cassandra-0" is invalid: spec.initContainers[0].securityContext.privileged: Forbidden: disallowed by cluster policy
Maybe we can make the init container optional?
The text was updated successfully, but these errors were encountered:
Trying to run the operator/cassandra on an unprivileged cluster results in an error.
create Pod cassandra-test-cluster-cassandra-0 in StatefulSet cassandra-test-cluster-cassandra failed error: Pod "cassandra-test-cluster-cassandra-0" is invalid: spec.initContainers[0].securityContext.privileged: Forbidden: disallowed by cluster policy
Maybe we can make the init container optional?
The text was updated successfully, but these errors were encountered: