Release "onap-mariadb-galera" does not exist. Installing it now. NAME: onap-mariadb-galera LAST DEPLOYED: Thu Apr 15 02:03:07 2021 NAMESPACE: onap STATUS: DEPLOYED RESOURCES: ==> v1/ConfigMap NAME DATA AGE onap-mariadb-galera 1 1s ==> v1/PersistentVolume NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE onap-mariadb-galera-data-0 2Gi RWO Retain Available onap-mariadb-galera-data 1s onap-mariadb-galera-data-1 2Gi RWO Retain Available onap-mariadb-galera-data 1s onap-mariadb-galera-data-2 2Gi RWO Retain Bound onap/onap-mariadb-galera-data-onap-mariadb-galera-0 onap-mariadb-galera-data 1s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE onap-mariadb-galera-0 0/1 Pending 0 1s ==> v1/Secret NAME TYPE DATA AGE onap-mariadb-galera-db-root-password Opaque 1 1s onap-mariadb-galera-db-user-credentials Opaque 2 1s ==> v1/Service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE mariadb-galera ClusterIP None 3306/TCP 1s ==> v1/StatefulSet NAME READY AGE onap-mariadb-galera 0/3 1s NOTES: # Copyright © 2018 Amdocs, Bell Canada # # This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE # # Full license text at https://creativecommons.org/licenses/by/4.0/legalcode MariaDB-Galera service can be accessed via port 3306 on the following DNS name from within your cluster: onap-mariadb-galera.onap.svc.cluster.local To connect to your database: 1. Run a pod that you can use as a client: kubectl run onap-mariadb-galera-client --rm --tty -i --image mariadb --command -- bash 2. Connect using the mysql cli, then provide your password: $ mysql -h onap-mariadb-galera