-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kind v0.17 Image name is blank when doing a load #3006
Comments
Can you please fill out the rest of the bug template with the environment details (docker or podman info command output, os and kind version output, etc) annd include a minimal example to reproduce this? |
`❯ docker info Server: WARNING: No blkio throttle.read_bps_device support `❯ kind --version kind version 0.17.0 |
I believe this was introduced in d44bdc8 where |
/triage-accept I can reproduce it
|
yeah, it has to be there |
let me fix it /assign |
@tao12345666333 fwiw I've opened #3013 but I'm not sure if that's the best way to go about the fix. |
reviewed. |
What happened:
Just upgraded to 0.17 and noticed that the image name is blank when doing a
kind load docker-image
, attached is a screen shotWhat you expected to happen:
Image tag name should appear in the Image Loading message, this used to happen in earlier Kind versions
How to reproduce it (as minimally and precisely as possible):
Create a kind cluster
kind create cluster --name test
Load a local docker image into the cluster
kind load docker-image busybox:latest --name test
Note Image is blank in the message should actually read
Image: "busybox:latest with ID...
instead it saysImage: ""
Anything else we need to know?:
On WSL2 with Windows 11
Environment:
kind version: (use kind version): 0.17.0
Kubernetes version: (use kubectl version): v1.25.3
Docker version: (use docker info): 20.10.17
OS (e.g. from /etc/os-release): Debian 11 (bullseye) on WSL2
The text was updated successfully, but these errors were encountered: