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 Jun 10, 2020. It is now read-only.
I was looking into deploying a mariadb galera cluster into our openshift. Starting from an older article from here, I found this repository.
Looking around and using the galera_k8s_v1.6.yml template, I made my own to test it (attached).
After container creation, I have the following output in the log:
As I went through the script files, that are used for image creation, the permissions should be set correctly. Could you provide support? Did I overlooked something in the template, that need to be configured? Is this a bug?
When trying to import the stateful set unmodified, I ran into a different error:
create Pod mysql-0 in StatefulSet mysql failed error: pods "mysql-0" is forbidden: unable to validate against any security context constraint: [fsGroup: Invalid value: []int64{27}: 27 is not an allowed group spec.containers[0].securityContext.securityContext.runAsUser: Invalid value: 27: must be in the ranges: [1003180000, 1003189999]]
It is still interesting, that with a customized template, the error came at a different step. I will try to work around the issue by using a different user than 27 for testing in our environment. some helpful comments or suggestions would still be appreciated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everybody,
I was looking into deploying a mariadb galera cluster into our openshift. Starting from an older article from here, I found this repository.
Looking around and using the
galera_k8s_v1.6.yml
template, I made my own to test it (attached).After container creation, I have the following output in the log:
As I went through the script files, that are used for image creation, the permissions should be set correctly. Could you provide support? Did I overlooked something in the template, that need to be configured? Is this a bug?
The customized template
The text was updated successfully, but these errors were encountered: