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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: