Known Issues

Openshift Security Context Constraints

Cloudcasa-server comes with an optional SecurityContextConstraint which should be enabled on Openshift platforms (via scc.enabled=true).

If cloudcasa-server is installed on Openshift without scc.enabled, it is possible some deployments will be initialized with the wrong UID/fsGroup, such as amds-minio. In this case, it is best to delete the cloudcasa-server namespace and reinstall with scc.enabled.

If deleting and recreating does not work, there may be some custom SCCs on the cluster taking priority over cloudcasa-server. You can use the value scc.priority to use a higher value.