With 1.4.0 we changed the default node OS from the older ContainerVM to the new Google ContainerVM Image. It's likely that new version does not have the client -- we'll look into it.
Current work around is to opt in to the older ContainerVM: gcloud container clusters create --image-type=container_vm $NAME https://cloud.google.com/container-engine/release-notes#september_27_2016 On Thu, Sep 29, 2016 at 4:37 AM, Joshua Sindy <[email protected]> wrote: > GKE 1.3.7 nodes had glusterfs-client available. New 1.4.0 clusters are > missing it. Error: "Output: mount: unknown filesystem type 'glusterfs' ". > > http://kubernetes.io/docs/user-guide/volumes/ still shows glusterfs as an > option. > > Would be ideal to get the client back in the image. > > If that is not possible I would like instruction on how to add it in a > programatic way. I haven't been able to find any documentation on doing > that. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Kubernetes user discussion and Q&A" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
