-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
GKE Autopilot compatibility #121
Comments
Whatever you get to work please make a PR and I'll merge + release! |
Initial test shows that it doesn't work and probably can't work because of the strong requirement of using kube-system, which is not accessible in Autopilot mode. |
Doesn't autopilot prohibit us from host access? That will make it impossible to get working |
I was interested in using with Autopilot too. Seemed to me it may be possible to give the deployments a high PriorityClass and use a non-kube-system namespace to get around that restriction in Autopilot, but as you say @rhummelmose this needs securityContext = privileged which Autopilot won't allow, so think it's a non-starter at the moment. |
I see there is a GKE specific configuration file in the current code.
But looking at it, it seems not relevant anymore with the current version of GKE.
I am planning on trying it on GKE Autopilot and was looking for feedback or confirmation the current version 0.9.0 would be working, or if the config file should be updated to be compatible with the way Autopilot does CSI out of the box.
The text was updated successfully, but these errors were encountered: