This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Kubernetes liveness probes with docker exec fail randomly #2605
Comments
Thanks for the report. Did this work properly in a previous version of Container Linux? |
We use an immutable approach and disable the update-engine. It started when we migrated to |
Which version were you using before that? |
Hi, I had the same problem. like this:
kubernetes version:
CentOS info:
Docker info:
Have you found this reason? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Report
Bug
Kubernetes liveness probes fail randomly on this version of coreos. There is a bug regarding the used runc version ...
See here
user 5m 5m 1 user-sqsworker-55f4f9494f-glnm7.15b76be66de646eb Pod spec.containers{rails} Warning Unhealthy kubelet, ip-172-31-101-183.eu-west-1.compute.internal Readiness probe failed: OCI runtime exec failed: exec failed: container_linux.go:348: starting container process caused "process_linux.go:90: adding pid 18580 to cgroups caused \"failed to write 18580 to cgroup.procs: write /sys/fs/cgroup/cpu,cpuacct/kubepods/burstable/podb72c8c56-b538-11e9-9f9c-06d6b3e699b6/1075b19a94bb045fdf72bfb0133bbbc721f3e04c43a99ded2d0f5eba6f34e7ca/cgroup.procs: invalid argument\"": unknown
This error happens randomly and we cannot provoke it but as it happens with our cni pods as well, thats why it is a big issue for us.
Container Linux Version
Environment
aws ec2 instance m5.xlarge
Expected Behavior
Liveness probe fails only on error within the pod
Actual Behavior
Liveness probes fails randomly on setting cgroups.procs.
Reproduction Steps
Other Information
The text was updated successfully, but these errors were encountered: