Incorrect cluster name mentioned in get secrets for GKE
General
Escalation
General
Escalation
Description
Please refer page: Install Percona XtraDB Cluster on Google Kubernetes Engine (GKE) Step 6 mentions: Use kubectl get secrets command to see the list of Secrets objects (by default Secrets object you are interested in has my-cluster-secrets name). Then kubectl get secret my-cluster-secrets -o yaml will return the YAML file with generated secrets, including the root password
The cluster name seems to be incorrect. In the latest version v1.11.0, this cluster does not exist:
The cluster name is cluster1-secrets as per actual deployment:
Please refer page: Install Percona XtraDB Cluster on Google Kubernetes Engine (GKE)
Step 6 mentions:
Use
kubectl get secrets
command to see the list of Secrets objects (by default Secrets object you are interested in hasmy-cluster-secrets
name). Thenkubectl get secret my-cluster-secrets -o yaml
will return the YAML file with generated secrets, including the root passwordThe cluster name seems to be incorrect. In the latest version v1.11.0, this cluster does not exist:
The cluster name is cluster1-secrets as per actual deployment: