Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create MariaDB Instance on Open Shift using Installed MariaDB-Operator in Namespace #11

Open
chrisbu5 opened this issue Feb 22, 2024 · 0 comments

Comments

@chrisbu5
Copy link

Here the installation steps:

(1) Installation of MariaDB - Operator:

helm install mariadb-operator mariadb-operator/mariadb-operator

NAME: mariadb-operator
LAST DEPLOYED: Thu Feb 22 15:50:07 2024
NAMESPACE: dbu-maria-db-operator
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
mariadb-operator has been successfully deployed!

(2) Next I tried to create a MariaDB Instance using the following example from gitub website:

oc apply -f mariadb_v1alpha1_mariadb.yaml
mariadb.mariadb.mmontes.io/mariadb created
$ oc get pods
NAME READY STATUS RESTARTS AGE
mariadb-0 0/1 ContainerCreating 0 4s
mariadb-operator-6f5df6b4ff-b2wdm 1/1 Running 0 37m
mariadb-operator-cert-controller-f7dcb6c65-lz8r4 1/1 Running 0 37m
mariadb-operator-webhook-8cb55fb6f-lb8bt 1/1 Running 0 37m

There ist no action visible regarding the Operator - only Open Shift ....:

oc logs mariadb-operator-6f5df6b4ff-b2wdm doesn't show any action

oc get events (Open Shift)

43m Normal NoPods poddisruptionbudget/mariadb No matching pods found
43m Normal SuccessfulCreate statefulset/mariadb create Pod mariadb-0 in StatefulSet mariadb successful
42m Normal NoPods poddisruptionbudget/mariadb No matching pods found
42m Normal SuccessfulCreate statefulset/mariadb create Pod mariadb-0 in StatefulSet mariadb successful

Maybe something is missing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant