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
The Makefile calculates the version of kindest/node image to use.
However, it appears that kindest/node:v1.33.0 has issues with some systems
(e.g. Fedora).
Using kindest/node:v1.33.1 fixes this issue.
Also note that kind never used kindest/node:v1.33.0 as a default image,
kind v0.28.0/v0.29.0 use kindest/node:v1.33.1.
Signed-off-by: Todd Short <tshort@redhat.com>
0 commit comments