You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is this needed:
The default settings are not enough in the context of Kind. If the container runtime is podman, then the rootless user that runs kind cannot have more than 200 keys by default (in Debian/redhat family). Because:
What would you like to be documented:
In https://kind.sigs.k8s.io/docs/user/known-issues/, to add this frequent error:
And the fix:
Why is this needed:
The default settings are not enough in the context of Kind. If the container runtime is podman, then the rootless user that runs kind cannot have more than 200 keys by default (in Debian/redhat family). Because:
We reach the limit very fast, with lots of empty keyring, that can be listed with:
See moby/moby#22865 that is docker side of the fix, they increase root max keys and bytes to 1m and 25m. I suggest a bit less in the above code.
The text was updated successfully, but these errors were encountered: