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
Upon deploying a SolrCloud CR for the first time with the Operator (version 0.6.0), ZK is fine but the SOLR StatefulSet fails to start Pods because of:
create Pod demo-solrcloud-0 in StatefulSet demo-solrcloud failed error: pods "demo-solrcloud-0" is forbidden: unable to validate against any security context constraint: [provider restricted: .spec.securityContext.fsGroup: Invalid value: []int64{8983}: 8983 is not an allowed group provider restrictedfsgroup: .spec.securityContext.fsGroup: Invalid value: []int64{8983}: 8983 is not an allowed group]
If in the SolrCloud CR I specify an empty context, everything start fine:
Sorry for the late reply. You can see this issue #264 on how someone was able to get the Solr Operator to work with OpenShift. However, we should probably have documentation for common work-arounds for various cloud platforms.
computate
added a commit
to computate/solr-operator
that referenced
this issue
May 25, 2024
Upon deploying a SolrCloud CR for the first time with the Operator (version 0.6.0), ZK is fine but the SOLR StatefulSet fails to start Pods because of:
If in the SolrCloud CR I specify an empty context, everything start fine:
I don't know if this is expected, a bug or some edge case for OpenShift but there was no documentation for it.
The text was updated successfully, but these errors were encountered: