From aa2b4589cd8663998f05a41ac7efe720331dd89e Mon Sep 17 00:00:00 2001 From: "Pokidov N. Dmitry" Date: Tue, 24 Sep 2019 10:26:37 +1000 Subject: [PATCH] #582: Unknown Serviceaccount error Seems like there was attempts to fix it but change didn't make it to master --- docs/tutorials/gke.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/gke.md b/docs/tutorials/gke.md index 9e73f13de..f6286bf26 100644 --- a/docs/tutorials/gke.md +++ b/docs/tutorials/gke.md @@ -123,7 +123,7 @@ rules: verbs: ["get","watch","list"] - apiGroups: [""] resources: ["nodes"] - verbs: ["list"] + verbs: ["get", "watch", "list"] --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding