You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using helm chart stable/wordpress (version 1.0.6) works properly on Docker for Mac, Minikube, GKE and a custom K8s cluster that I have tested it on.
Actual behavior
Using Docker for Windows (VM based, not LCOW based) with Kubernetes enabled, installing tiller and deploying helm chart stable/wordpress results in permission denied error for mariadb pod that tries to change files in a volume.
Information
Windows Version: 18.03
Docker for Windows Version: 18.05 Edge
The mariadb container is running as non-root and the helm chart includes appropriate information to set the permissions. I am not sure this is the exact same version of helm chart for MariaDB, but it does set securityContext
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30d of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale
Expected behavior
Using helm chart stable/wordpress (version 1.0.6) works properly on Docker for Mac, Minikube, GKE and a custom K8s cluster that I have tested it on.
Actual behavior
Using Docker for Windows (VM based, not LCOW based) with Kubernetes enabled, installing tiller and deploying helm chart stable/wordpress results in permission denied error for mariadb pod that tries to change files in a volume.
Information
The mariadb container is running as non-root and the helm chart includes appropriate information to set the permissions. I am not sure this is the exact same version of helm chart for MariaDB, but it does set securityContext
https://github.com/kubernetes/charts/blob/6c661613cbe111c8a1ffa830e65f2304d079549d/stable/mariadb/templates/deployment.yaml#L24
So the host volume provisioner should be setting the right permissions for the volume to work.
Diagnostics upload id: CE998CAF-6215-4506-91E2-F043DC291CE8/2018-05-18_11-43-14
Here is a log of deploying the helm chart:
Version information:
Steps to reproduce the behavior
helm update repo
(to ensure version 1.0.6 is available as a helm chart - it may not be needed)helm install stable/wordpress --version 1.0.6
The text was updated successfully, but these errors were encountered: