Register Google GKE Cluster
apt update
apt install jqgcloud auth loginKUBECONFIG=./gke.config gcloud container clusters describe <clustername> --zone <cluster-zone> --project <project-name> --format json | jq '.masterAuth.clusterCaCertificate'


Last updated