Name: zuul-db-provision-c9v2k Namespace: sf Priority: 0 Service Account: default Node: minikube/192.168.49.2 Start Time: Mon, 08 Jun 2026 21:01:51 -0400 Labels: batch.kubernetes.io/controller-uid=621551af-1d1f-4e0d-a6f0-73145b184d21 batch.kubernetes.io/job-name=zuul-db-provision controller-uid=621551af-1d1f-4e0d-a6f0-73145b184d21 job-name=zuul-db-provision Annotations: Status: Succeeded IP: 10.244.0.117 IPs: IP: 10.244.0.117 Controlled By: Job/zuul-db-provision Containers: mariadb-client: Container ID: cri-o://e1b92d0a3886e1b0a0d473403f05ebf3b22935e506c1db108b9aed4bf0412d45 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 21:01:52 -0400 Finished: Mon, 08 Jun 2026 21:01:53 -0400 Ready: False Restart Count: 0 Limits: cpu: 100m memory: 64Mi Requests: cpu: 10m memory: 32Mi Environment: MARIADB_ROOT_PASSWORD: Optional: false USER_PASSWORD: 7e21132a-8fd5-46d7-b720-f64713d42920 Mounts: /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lxc8g (ro) Conditions: Type Status PodReadyToStartContainers False Initialized True Ready False ContainersReady False PodScheduled True Volumes: kube-api-access-lxc8g: 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 9m41s default-scheduler Successfully assigned sf/zuul-db-provision-c9v2k to minikube Normal Pulled 9m40s kubelet spec.containers{mariadb-client}: Container image "quay.io/software-factory/mariadb:11.4-ubi9-1" already present on machine Normal Created 9m40s kubelet spec.containers{mariadb-client}: Created container: mariadb-client Normal Started 9m40s kubelet spec.containers{mariadb-client}: Started container mariadb-client