Open RickVM opened 6 years ago
I think I have run into this as well. I did the exact same steps as @RickVM and it fails in the same way.
I am also running into this issue with the same steps above.
Creating a clusterrolebinding
with this command unblocked me:
kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole=cluster-admin \
--user=$(gcloud config get-value core/account)
(from https://meteatamel.wordpress.com/2018/06/07/istio-101-0-8-0-on-gke/)
Bug: What Version of Istio and Kubernetes are you using, where did you get Istio from, Installation details
Is Istio Auth enabled or not ? I am trying to install istio Auth
What happened: running:
kubectl apply -f install/kubernetes/istio-auth.yaml
installs and configures some files and then returns the following multiple times:What you expected to happen: The command to complete and return:
How to reproduce it: Follow: deploy cluster on Google cloud europe-west-4b and then follow steps from: https://codelabs.developers.google.com/codelabs/cloud-hello-istio/index.html?index=..%2F..%2Findex#3 trying either version 0.7.1 or 0.5.1 Additional info I followed the steps and created a clusterrolebinding with the following command:
Which returned successfull.
After the installation command failed I tried to make a binding again, because perhaps something failed.
This results in:
Error from server (AlreadyExists): clusterrolebindings.rbac.authorization.k8s.io "cluster-admin-binding" already exists
running
kubectl get clusterrolebindings cluster-admin-binding -o yaml
returns:I deployed the bookinfo sample once through deployment manager and now i'm trying to do so on a new cluster through the console whilst manually installing with the provided guide. I also tried istio version 0.5.1 resulting in the same. I'm not sure whats wrong.. using the google GUI in IAM I see my account with the role kubernetes-engine admin.