Skip to content
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

Open
mimizone opened this issue Aug 16, 2022 · 4 comments
Open

GKE Autopilot compatibility #121

mimizone opened this issue Aug 16, 2022 · 4 comments

Comments

@mimizone
Copy link

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.

@ofek
Copy link
Owner

ofek commented Aug 16, 2022

Whatever you get to work please make a PR and I'll merge + release!

@mimizone
Copy link
Author

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.

@rhummelmose
Copy link

Doesn't autopilot prohibit us from host access? That will make it impossible to get working

@samlangdon
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants