-
Notifications
You must be signed in to change notification settings - Fork 159
Deployment of driver fails on GKE: Unknown user #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have been unable to reproduce this issue. What version of GKE are you using? I find it very strange that the cluster is showing the objects exist but the errors seem to be saying that they don't. And at this point everything is just done in the default namespace so I dont see that being a problem right now. I'm going to push an update to solve: #66. And once that is in the driver should be plug and play with GKE |
Version:
Verified that #66 is resolved with the latest commit. But I'm still running in to this, and Leonid is running in to other issues. |
Your 1.9.7 cluster is an alpha cluster? David and I are have both tested against GKE 1.10.5 |
The default external component roles were not introduced until 1.11, they were also cherry-picked to 1.10.5 . No 1.9 version has these cluster roles, you will have to create them yourself if using version <1.10.4 |
I think running this on your cluster will come up empty: Weird that clusterrolebinding doesn't do any validation to make sure the cluster roles actually exist though |
Closing this issue as we have no repro steps, feel free to reopen if you are still seeing this issue. |
I see the following when deploying to GKE:
But kubectl shows that the account exists:
Also see this error:
But kubectl shows the clusterrolebinding exists
The text was updated successfully, but these errors were encountered: