Name: zuul-db-provision-6rqwm Namespace: sf Priority: 0 Service Account: default Node: minikube/192.168.49.2 Start Time: Mon, 08 Jun 2026 07:13:55 -0400 Labels: batch.kubernetes.io/controller-uid=09ed82b9-62f5-4257-a3b8-45f1ffd95542 batch.kubernetes.io/job-name=zuul-db-provision controller-uid=09ed82b9-62f5-4257-a3b8-45f1ffd95542 job-name=zuul-db-provision Annotations: Status: Succeeded IP: 10.244.0.44 IPs: IP: 10.244.0.44 Controlled By: Job/zuul-db-provision Containers: mariadb-client: Container ID: cri-o://be0f8e51579910d5d077118d13249c212d8c5cd1f4805be68b31888f37b3398f Image: quay.io/software-factory/mariadb:11.4-ubi9-1 Image ID: quay.io/software-factory/mariadb@sha256:270c9d5c9a890111f1fa5b8b8c35c6f9349fe9902a6c0258e6f89425d182199f Port: Host Port: SeccompProfile: RuntimeDefault Command: sh -c echo 'Running: mysql --host="mariadb" --user=root --password="$MARIADB_ROOT_PASSWORD" -e "CREATE DATABASE IF NOT EXISTS zuul CHARACTER SET utf8 COLLATE utf8_general_ci;GRANT ALL PRIVILEGES ON zuul.* TO 'zuul'@'%' IDENTIFIED BY '${USER_PASSWORD}' WITH GRANT OPTION; FLUSH PRIVILEGES;"' ATTEMPT=0 while ! mysql --host=mariadb --user=root --password="$MARIADB_ROOT_PASSWORD" -e "CREATE DATABASE IF NOT EXISTS zuul CHARACTER SET utf8 COLLATE utf8_general_ci;GRANT ALL PRIVILEGES ON zuul.* TO 'zuul'@'%' IDENTIFIED BY '${USER_PASSWORD}' WITH GRANT OPTION; FLUSH PRIVILEGES;"; do ATTEMPT=$[ $ATTEMPT + 1 ] if test $ATTEMPT -eq 10; then echo "Failed after $ATTEMPT attempt"; exit 1 fi sleep 10; done State: Terminated Reason: Completed Exit Code: 0 Started: Mon, 08 Jun 2026 07:13:56 -0400 Finished: Mon, 08 Jun 2026 07:13:56 -0400 Ready: False Restart Count: 0 Limits: cpu: 100m memory: 64Mi Requests: cpu: 10m memory: 32Mi Environment: MARIADB_ROOT_PASSWORD: Optional: false USER_PASSWORD: a5b35c1d-869b-4d39-bdf7-6e9b007b041d Mounts: /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-vr2v7 (ro) Conditions: Type Status PodReadyToStartContainers False Initialized True Ready False ContainersReady False PodScheduled True Volumes: kube-api-access-vr2v7: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt Optional: false DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: 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 3m11s default-scheduler Successfully assigned sf/zuul-db-provision-6rqwm to minikube Normal Pulled 3m11s kubelet spec.containers{mariadb-client}: Container image "quay.io/software-factory/mariadb:11.4-ubi9-1" already present on machine Normal Created 3m10s kubelet spec.containers{mariadb-client}: Created container: mariadb-client Normal Started 3m10s kubelet spec.containers{mariadb-client}: Started container mariadb-client