关于“AHYBRID081 Configuring a multi-cluster mesh with Anthos Service Mesh”的评价
4257 条评价
Randell B. · 已于 over 4 years前审核
Nice lab, passed Task 2 with an old RTFM method... Followed by the commands: export KSA=remote-admin-sa kubectl create serviceaccount $KSA cat <<EOF > cloud-console-reader.yaml kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: name: cloud-console-reader rules: - apiGroups: [""] resources: ["nodes", "persistentvolumes", "pods"] verbs: ["get", "list", "watch"] - apiGroups: ["storage.k8s.io"] resources: ["storageclasses"] verbs: ["get", "list", "watch"] EOF kubectl apply -f cloud-console-reader.yaml kubectl create clusterrolebinding view-remote \ --clusterrole view --serviceaccount default:${KSA} kubectl create clusterrolebinding cloud-console-reader \ --clusterrole cloud-console-reader --serviceaccount default:${KSA} kubectl create clusterrolebinding ksa-admin-binding \ --clusterrole cluster-admin \ --serviceaccount default:$KSA SECRET_NAME=$(kubectl get serviceaccount $KSA -o jsonpath='{$.secrets[0].name}') kubectl get secret ${SECRET_NAME} -o jsonpath='{$.data.token}' | base64 --decode kubectl --kubeconfig=$REMOTE_KUBECONFIG describe secret $KSA | sed -ne 's/^token: *//p'
HECQUET D. · 已于 over 4 years前审核
Sujesh T. · 已于 over 4 years前审核
Sujesh T. · 已于 over 4 years前审核
sambit o. · 已于 over 4 years前审核
AHYBRID081 Configuring a Multi-cluster Mesh Error student_04_c6c487d647e2@cloudshell:~ (qwiklabs-gcp-00-ece6ae8b70e2)$ printf "\n$(kubectl describe secret $KSA | sed -ne 's/^token: *//p')\n\n" Error from server (NotFound): secrets "remote-admin-sa" not found
Bhagesh P. · 已于 over 4 years前审核
Natasha D. · 已于 over 4 years前审核
could not complete. Low resource errors and unable to register remote cluster due to inability to create token. (Task 2)
Pfeiffer, S. · 已于 over 4 years前审核
Rajesh Babu E. · 已于 over 4 years前审核
AHYBRID081 Configuring a Multi-cluster Mesh Error student_04_c6c487d647e2@cloudshell:~ (qwiklabs-gcp-00-ece6ae8b70e2)$ printf "\n$(kubectl describe secret $KSA | sed -ne 's/^token: *//p')\n\n" Error from server (NotFound): secrets "remote-admin-sa" not found
Bhagesh P. · 已于 over 4 years前审核
Bruno F. · 已于 over 4 years前审核
Albert D. · 已于 over 4 years前审核
MINA J. · 已于 over 4 years前审核
Damiano V. · 已于 over 4 years前审核
오류가 있어요
형태 김. · 已于 over 4 years前审核
표건 권. · 已于 over 4 years前审核
Hwan-Tae K. · 已于 over 4 years前审核
Hwan-Tae K. · 已于 over 4 years前审核
Piotr S. · 已于 over 4 years前审核
Pedro P. · 已于 over 4 years前审核
Denis B. · 已于 over 4 years前审核
Felix H. · 已于 over 4 years前审核
Tuyen D. · 已于 over 4 years前审核
Task 2 - Item 3 didn't work, I couldn't complete the lab: You must be logged in to the server (Unauthorized) Task 2 - Item 6 didn't work, I couldn't complete the lab: secret not found
Erick M. · 已于 over 4 years前审核
Task 2 - item 3 don't work, I couldn't complete the lab
Erick M. · 已于 over 4 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。