kubernetes/cmd/kubeadm/app
Rostislav M. Georgiev 6c9e347e31 kubeadm: Writable to ReadOnly in HostPathMount
Writable was added to HostPathMount in v1alpha1 in order to control if an extra
volume is mounted in read only or writable mode.
Usually, in Kubernetes, this option is referred to as ReadOnly, instead of
Writable and is defaulted to `false`. However, at the time, all extra volumes
to pods were defaulted to read-only. Therefore, to avoid changes to existing
v1alpha1 configs, this option had to be added with reversed meaning.

Hence, it's called `writable`.

Now, with the migration towards v1beta1, we can safely change this to ReadOnly
and get it in sync with the reset of Kubernetes.

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-11-02 18:02:06 +02:00
..
apis/kubeadm kubeadm: Writable to ReadOnly in HostPathMount 2018-11-02 18:02:06 +02:00
cmd kubeadm: Control plane config moved to substructs 2018-11-02 11:38:56 +02:00
componentconfigs Fix typos on cmd/kubeadm/app/cmd 2018-10-31 16:32:02 -03:00
constants Fix typos on cmd/kubeadm/app/cmd 2018-10-31 16:32:02 -03:00
discovery Fix typos on cmd/kubeadm/app/cmd 2018-10-31 16:32:02 -03:00
features Fix typos on cmd/kubeadm/app/cmd 2018-10-31 16:32:02 -03:00
images Change pause version value to a constant for image 2018-09-23 14:27:53 -07:00
phases kubeadm: Writable to ReadOnly in HostPathMount 2018-11-02 18:02:06 +02:00
preflight Fix typos on cmd/kubeadm/app/cmd 2018-10-31 16:32:02 -03:00
util kubeadm: Writable to ReadOnly in HostPathMount 2018-11-02 18:02:06 +02:00
BUILD autogenerated 2018-07-08 21:33:56 +03:00
kubeadm.go GCP: Remove the deprecated google-json-key support 2018-10-02 16:53:28 -07:00