unable to install MariaDB on IBM Cloud
Hello, I am following this documentation: https://mariadb.com/kb/en/installing-mariadb-on-ibm-cloud/
I keep getting the following error. Can somebody help please?
``` Name: mariadb38-c277-47-0 Namespace: prometeo Priority: 0 Node: 10.95.205.21/10.95.205.21 Start Time: Thu, 10 Dec 2020 17:39:13 -0800 Labels: app.kubernetes.io/component=primary app.kubernetes.io/instance=mariadb38-c277-47 app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=mariadb controller-revision-hash=mariadb38-c277-47-85d7964775 helm.sh/chart=mariadb-9.1.2 statefulset.kubernetes.io/pod-name=mariadb38-c277-47-0 Annotations: checksum/configuration: 508d54c0300a8c2229fec84c1abf6bcfe2e8c58086f07e0b20ee94600e7724dc kubernetes.io/psp: ibm-privileged-psp Status: Pending IP: IPs: <none> Controlled By: StatefulSet/mariadb38-c277-47 Containers: mariadb: Container ID: Image: docker.io/bitnami/mariadb:10.5.8-debian-10-r21 Image ID: Port: 3306/TCP Host Port: 0/TCP State: Waiting Reason: ContainerCreating Ready: False Restart Count: 0 Liveness: exec [/bin/bash -ec password_aux="${MARIADB_ROOT_PASSWORD:-}" if -f "${MARIADB_ROOT_PASSWORD_FILE:-}"; then password_aux=$(cat "$MARIADB_ROOT_PASSWORD_FILE") fi mysqladmin status -uroot -p"${password_aux}" ] delay=120s timeout=1s period=10s #success=1 #failure=3 Readiness: exec [/bin/bash -ec password_aux="${MARIADB_ROOT_PASSWORD:-}" if -f "${MARIADB_ROOT_PASSWORD_FILE:-}"; then password_aux=$(cat "$MARIADB_ROOT_PASSWORD_FILE") fi mysqladmin status -uroot -p"${password_aux}" ] delay=30s timeout=1s period=10s #success=1 #failure=3 Environment: BITNAMI_DEBUG: false MARIADB_ROOT_PASSWORD: <set to the key 'mariadb-root-password' in secret 'mariadb38-c277-47'> Optional: false MARIADB_DATABASE: my_database Mounts: /bitnami/mariadb from data (rw) /opt/bitnami/mariadb/conf/my.cnf from config (rw,path="my.cnf") /var/run/secrets/kubernetes.io/serviceaccount from mariadb38-c277-47-token-nnf8p (ro) Conditions: Type Status Initialized True Ready False ContainersReady False PodScheduled True Volumes: data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: data-mariadb38-c277-47-0 ReadOnly: false config: Type: ConfigMap (a volume populated by a ConfigMap) Name: mariadb38-c277-47 Optional: false mariadb38-c277-47-token-nnf8p: Type: Secret (a volume populated by a Secret) SecretName: mariadb38-c277-47-token-nnf8p Optional: false QoS Class: BestEffort Node-Selectors: <none> Tolerations: node.kubernetes.io/not-ready:NoExecute for 600s node.kubernetes.io/unreachable:NoExecute for 600s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 2m18s default-scheduler Successfully assigned prometeo/mariadb38-c277-47-0 to 10.95.205.21 Warning FailedMount 15s kubelet, 10.95.205.21 Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[config mariadb38-c277-47-token-nnf8p data]: timed out waiting for the condition ```