I want to set up gcsFUSE on my cluster. It's easier to do this in Debian jessie according to the gcsFUSE page.
The config-default.sh
that kube-up.sh
uses contains the following:
NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-debian}}
which sets up wheezy
. What do I change this to to get jessie
? I've tried replacing debian
with the values debian-8
and jessie
, without any luck:
$ cluster/kube-up.sh
Cannot operate on cluster using node os distro: jessie