ceph / ceph-helm

Curated applications for Kubernetes
Apache License 2.0
108 stars 36 forks source link

procMount for k8s 1.12 #70

Open wroney688 opened 6 years ago

wroney688 commented 6 years ago

Current version of ceph-helm fails to install on k8s v1.12. v1.12 requires procMount set in the security context.

The templates for the OSD set a securityContext for priviledged: true. procMount: default is now required. One instance in daemonset-osd.yaml and two instances in daemonset-osd-devices.yaml. I made edits locally to verify, but am not setup to cleanly make the edits within the git repo.

alvindaiyan commented 5 years ago

@wroney688 I'm having problems to install ceph on k8s v1.12 and I believe I'd same problem. Can you please shall us how you fixed the problem?