Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
give etcd-metrics container privilege
as it is trying to run /run/etc/environment on the host, but has no permissions to do so This change is needed to bump to CRI-O 1.16: Kube 1.14 would turn privileged on for every container in a static pod as long as just one had privileged on. That's why etcd was still running in privileged in 1.14 even w/o the flag, see #526 Kube 1.16 has disabled that now and we need to set that for every container in a static pod that needs privilege Signed-off-by: Peter Hunt <[email protected]>
- Loading branch information