doc: fix typo

Signed-off-by: song <tinysong1226@gmail.com>
This commit is contained in:
song
2025-01-22 16:39:25 +08:00
parent f528b0219d
commit 224e88ad50

View File

@@ -233,7 +233,7 @@ This allows a workflow like:
```
docker build -t my-custom-image:unique-tag ./my-image-dir
kind load docker-image my-custom-image:unique-tag
kubectl apply -f my-manifest-using-my-image:unique-tag
kubectl apply -f my-manifest-using-my-image.yaml
```
> **NOTE**: You can get a list of images present on a cluster node by