Jeff Geerling

Results 1857 comments of Jeff Geerling

Maybe need to add `--cgroupns=host`, see: https://github.com/ansible-community/molecule/discussions/3349 ...but I wonder what version of Docker is running on Ubuntu in the GitHub Actions environments...

@sasidatta - It seems like the Calico problem was fixed with some of the changes in my PR (https://github.com/geerlingguy/ansible-role-kubernetes/pull/126), but it's not working for some other reasons now.

I noticed I was still using `kubernetes_kubelet_extra_args` and it seemed the `systemd` cgroup driver was not being used as a result, causing a format mismatch: ``` runc create failed: expected...

Switching to use `kubernetes_config_kubelet_configuration` instead, and I also had to fix the [systemd 'Failed to connect to bus' error on Docker for Mac](https://www.jeffgeerling.com/blog/2022/docker-and-systemd-getting-rid-dreaded-failed-connect-bus-error) so I could debug more quickly locally.

Now getting: ``` OCI runtime create failed: runc create failed ``` And it looks like it's having issues with the `/dev/null` file. And there is a lot of unrelated content...

Meh, having some other issues now, it seems like containers just aren't getting started.

Not quite fixed, I just merged all the work in that PR since it's still useful for SOOO many different things (e.g. see #132 as well...).

Is this meant to be a PR for your own repo? I am still defaulting to flannel for now.

Those were just added in @strophy's recent PR here: https://github.com/geerlingguy/ansible-role-filebeat/pull/62 — they seem like they should be valid template syntax, for whitespace control in Jinja...?

Just leaving this here since I (and anyone else who might be using Ansible with KinD to deploy metrics-server) will probably find it in search results again at some point:...