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
{{ message }}
This repository was archived by the owner on Oct 6, 2022. It is now read-only.
Fix /dev/kmsg linking regardless of which image is used
The previous approach to link `/dev/kmsg` to `/dev/console` only works on
images that we build ourselves.
The new approach is to do the linking at runtime, parallel to kind
brining up the cluster:
We run a function parallel to kind, which tries to exec into the control
plane node and do the linking. This should succeed as soon as the node
container is up, in which case the function will terminate gracefully.
As this is fixed in kind already [0], we can remove that hack probably
when kind 0.5.0 is out.
Why is this linking even needed? See also [0]!
[0]: kubernetes-sigs/kind#662
0 commit comments