Stephan Austermühle
Stephan Austermühle
/assign
Same error when running on Ubuntu 18.04.6 LTS. The system has Ubuntu’s Python 3.8 installed and `ansible_python_interpreter` set to `/usr/bin/python3.8`. Even when no other system is involved (Ansible task delegated...
Same issue after upgrading to v4.2, but the server is running inside AWS: ```json {"level":"info","msg":"starting server","time":"2022-02-23T19:15:04Z"} {"level":"info","msg":"started prometheus metric listener 0.0.0.0:9620","time":"2022-02-23T19:15:04Z"} {"level":"info","msg":"detecting arn prefix","time":"2022-02-23T19:15:04Z"} {"level":"info","msg":"using detected prefix: arn:aws:iam::xxxxxxxxxxxx:role/","time":"2022-02-23T19:15:04Z"} {"level":"fatal","msg":"error using...
Any chances to get this finally merged?
Same here, few Pods on a Kubernetes control-plane node, no PDB on the Pods. Sometimes it does not evict any Pods. The only reliable workaround for the moment is to...
Oh, the fix has not been merged yet?
Looks like this has been done already: https://github.com/citrix/kube-ingress-citrix-netscaler
> @stephan2012 How do you get around this issue, when it comes up? You can manually fix the directory permissions by shelling into the Pod and running `chmod`. Look at...
@bsutton I have not seen this issue for a while. Maybe it is worth trying with recent versions of Docker and containerd.io (the latter one probably being more important).
Indeed, updating the `kubelet` to v1.24 resolves the issues. So it looks like migrating to `cri-dockerd` _before_ proceeding with the Kubernetes upgrade is _not_ an option. Can we add a...