debianmaster / openshift-examples

Openshift Examples - This repo does not provide end to end example but rather act as a rough draft for my work. use with caution. Buzzme at @twitter
https://twitter.com/debianmaster
280 stars 290 forks source link

RWO to RO of secrets mounting change #61

Open debianmaster opened 6 years ago

debianmaster commented 6 years ago

From v1.9.4, secrets volumes are now mounted in read-only by default. As a temporary workaround I've added "--feature-gates=ReadOnlyAPIDataVolumes=false" to the kubelet args and it works but It is definitely not recommended and the feature will only work until v1.9.1

refer this for more info https://github.com/ceph/ceph-container/issues/1004