Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: Remove
VOLUME
directive.
The `VOLUME` directive causes Docker to provision host storage to cover the implicitly requested volume mount. For security reasons this may be disallowed by Kubernetes clusters, causing kube-state-metrics containers to fail to be created.
- Loading branch information