Name:             mariadb-operator-controller-manager-5959d99654-4j2qc
Namespace:        openstack-operators
Priority:         0
Service Account:  mariadb-operator-controller-manager
Node:             crc/192.168.126.11
Start Time:       Tue, 25 Nov 2025 17:00:45 +0000
Labels:           app.kubernetes.io/name=mariadb-operator
                  control-plane=controller-manager
                  pod-template-hash=5959d99654
Annotations:      alm-examples:
                    [
                      {
                        "apiVersion": "mariadb.openstack.org/v1beta1",
                        "kind": "Galera",
                        "metadata": {
                          "name": "openstack"
                        },
                        "spec": {
                          "replicas": 3,
                          "secret": "osp-secret",
                          "storageClass": "local-storage",
                          "storageRequest": "500M"
                        }
                      },
                      {
                        "apiVersion": "mariadb.openstack.org/v1beta1",
                        "kind": "GaleraBackup",
                        "metadata": {
                          "labels": {
                            "app.kubernetes.io/created-by": "mariadb-operator",
                            "app.kubernetes.io/instance": "galerabackup-sample",
                            "app.kubernetes.io/managed-by": "kustomize",
                            "app.kubernetes.io/name": "galerabackup",
                            "app.kubernetes.io/part-of": "mariadb-operator"
                          },
                          "name": "galerabackup-sample"
                        },
                        "spec": null
                      },
                      {
                        "apiVersion": "mariadb.openstack.org/v1beta1",
                        "kind": "MariaDBAccount",
                        "metadata": {
                          "labels": {
                            "app.kubernetes.io/created-by": "mariadb-operator",
                            "app.kubernetes.io/instance": "mariadbaccount-sample",
                            "app.kubernetes.io/managed-by": "kustomize",
                            "app.kubernetes.io/name": "mariadbaccount",
                            "app.kubernetes.io/part-of": "mariadb-operator",
                            "mariaDBDatabaseName": "neutron"
                          },
                          "name": "neutron1"
                        },
                        "spec": {
                          "secret": "neutrondb-secret",
                          "userName": "neutron1"
                        }
                      },
                      {
                        "apiVersion": "mariadb.openstack.org/v1beta1",
                        "kind": "MariaDBDatabase",
                        "metadata": {
                          "labels": {
                            "dbName": "mariadb"
                          },
                          "name": "scott"
                        },
                        "spec": {
                          "name": "scott",
                          "secret": "tiger"
                        }
                      }
                    ]
                  capabilities: Basic Install
                  createdAt: 2025-11-24T18:44:20Z
                  features.operators.openshift.io/disconnected: true
                  features.operators.openshift.io/fips-compliant: true
                  features.operators.openshift.io/proxy-aware: false
                  features.operators.openshift.io/tls-profiles: false
                  features.operators.openshift.io/token-auth-aws: false
                  features.operators.openshift.io/token-auth-azure: false
                  features.operators.openshift.io/token-auth-gcp: false
                  k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.62/23"],"mac_address":"0a:58:0a:d9:00:3e","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0.0...
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.62"
                        ],
                        "mac": "0a:58:0a:d9:00:3e",
                        "default": true,
                        "dns": {}
                    }]
                  kubectl.kubernetes.io/default-container: manager
                  olm.operatorGroup: openstack
                  olm.operatorNamespace: openstack-operators
                  olm.targetNamespaces: 
                  olmcahash: 89ab551b30991be78bdf0645f13aa501afe591c20e6fddfc2367e40602c64f77
                  openshift.io/scc: restricted-v2
                  operatorframework.io/properties:
                    {"properties":[{"type":"olm.gvk","value":{"group":"mariadb.openstack.org","kind":"Galera","version":"v1beta1"}},{"type":"olm.gvk","value":...
                  operators.operatorframework.io/builder: operator-sdk-v1.41.1
                  operators.operatorframework.io/operator-type: non-standalone
                  operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
                  seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status:           Running
SeccompProfile:   RuntimeDefault
IP:               10.217.0.62
IPs:
  IP:           10.217.0.62
Controlled By:  ReplicaSet/mariadb-operator-controller-manager-5959d99654
Containers:
  manager:
    Container ID:  cri-o://f58a4826e617d1489929ad95663f96470d7578dfd1f810bfa620db8183a17865
    Image:         quay.io/openstack-k8s-operators/mariadb-operator@sha256:888edf6f432e52eaa5fc3caeae616fe38a3302b006bbba0e38885b2beba9f0f2
    Image ID:      quay.io/openstack-k8s-operators/mariadb-operator@sha256:888edf6f432e52eaa5fc3caeae616fe38a3302b006bbba0e38885b2beba9f0f2
    Port:          9443/TCP
    Host Port:     0/TCP
    Command:
      /manager
    Args:
      --metrics-bind-address=:8443
      --leader-elect
      --health-probe-bind-address=:8081
      --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
    State:          Running
      Started:      Tue, 25 Nov 2025 17:16:19 +0000
    Last State:     Terminated
      Reason:       Error
      Exit Code:    1
      Started:      Tue, 25 Nov 2025 17:15:55 +0000
      Finished:     Tue, 25 Nov 2025 17:15:56 +0000
    Ready:          True
    Restart Count:  3
    Limits:
      cpu:     500m
      memory:  128Mi
    Requests:
      cpu:      10m
      memory:   64Mi
    Liveness:   http-get http://:8081/healthz delay=15s timeout=1s period=20s #success=1 #failure=3
    Readiness:  http-get http://:8081/readyz delay=5s timeout=1s period=10s #success=1 #failure=3
    Environment:
      RELATED_IMAGE_MARIADB_IMAGE_URL_DEFAULT:  quay.io/podified-antelope-centos9/openstack-mariadb@sha256:10452e2144368e2f128c8fb8ef9e54880b06ef1d71d9f084a0217dcb099c51ce
      OPERATOR_CONDITION_NAME:                  mariadb-operator.v0.0.1
    Mounts:
      /apiserver.local.config/certificates from apiservice-cert (rw)
      /tmp/k8s-webhook-server/serving-certs from webhook-cert (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-s6p8s (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  webhook-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  webhook-server-cert
    Optional:    false
  apiservice-cert:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  mariadb-operator-controller-manager-service-cert
    Optional:    false
  webhook-cert:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  mariadb-operator-controller-manager-service-cert
    Optional:    false
  kube-api-access-s6p8s:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   Burstable
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason          Age                    From               Message
  ----     ------          ----                   ----               -------
  Normal   Scheduled       18m                    default-scheduler  Successfully assigned openstack-operators/mariadb-operator-controller-manager-5959d99654-4j2qc to crc
  Normal   AddedInterface  18m                    multus             Add eth0 [10.217.0.62/23] from ovn-kubernetes
  Normal   Pulling         18m                    kubelet            Pulling image "quay.io/openstack-k8s-operators/mariadb-operator@sha256:888edf6f432e52eaa5fc3caeae616fe38a3302b006bbba0e38885b2beba9f0f2"
  Normal   Pulled          18m                    kubelet            Successfully pulled image "quay.io/openstack-k8s-operators/mariadb-operator@sha256:888edf6f432e52eaa5fc3caeae616fe38a3302b006bbba0e38885b2beba9f0f2" in 3.242s (3.242s including waiting). Image size: 189259986 bytes.
  Warning  BackOff         3m15s (x5 over 3m35s)  kubelet            Back-off restarting failed container manager in pod mariadb-operator-controller-manager-5959d99654-4j2qc_openstack-operators(5004bc39-3a06-4842-9565-8501f35c8c4b)
  Normal   Created         3m1s (x4 over 18m)     kubelet            Created container manager
  Normal   Started         3m1s (x4 over 18m)     kubelet            Started container manager
  Normal   Pulled          3m1s (x3 over 3m36s)   kubelet            Container image "quay.io/openstack-k8s-operators/mariadb-operator@sha256:888edf6f432e52eaa5fc3caeae616fe38a3302b006bbba0e38885b2beba9f0f2" already present on machine
