-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use gci
(or another alternative) as the base node image
#58
Comments
Relevant → kubernetes/kubernetes#33447 |
Updated kubernetes ticket with all our info, kubernetes/kubernetes#33447 (comment) Don't have any info about when this will get solved for GKE on gci. |
@smondet looks like this one's fixed upstream and will be available in GKE 1.4.7 real soon now: kubernetes/kubernetes#33447 |
Looks like Google is trying hard to scare people away from using the
Maybe we should start looking for alternatives and give them a try once again? |
This is further work on #58. The default is to let `gcloud` choose the image-type so, to get the previous behavior one needs: coclobas config ... --gke-image-type container_vm ...
I tried with the (
) |
The default makes scripts more backwards compatible, since the default image is still kinda broken. See issue #58 for discussion.
Context: #57
Basically, the issue is that the new default
gci
image has a completely new way of managing the node by making use of a minimal distribution that lacks many of the helpful utilities (e.g.mount.nfs
). We are currently working around this problem by opting-out of using gci when creating clusters, but Google has officially deprecated thecontainer-vm
:From Release Notes - September 27, 2016:
In the long run, we probably have to learn how to deal with the new image and revert #57.
The text was updated successfully, but these errors were encountered: