Skip to content

Commit 197dc99

Browse files
add information about kind image loading with containerd
1 parent 25646ec commit 197dc99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ There are several ways to install NetBox Operator on your Cluster:
3030

3131
## Running both NetBox Operator and NetBox on a local kind cluster
3232

33-
Note: This requires Docker BuildKit.
33+
> **Note:** This requires Docker BuildKit.
34+
35+
> **Note:** There is currently a bug where if Docker uses containerd for pulling and storing images, kind fails to load the image into the cluster ([GitHub Issue](https://github.com/kubernetes-sigs/kind/issues/3795)).
36+
To resolve this, temporarily disable this option in the Docker settings: "General > Use containerd for pulling and storing images"
3437
3538
- Create kind cluster with a NetBox deployment: `make create-kind`
3639
- Deploy the NetBox Operator on the local kind cluster: `make deploy-kind` (In case you're using podman use `CONTAINER_TOOL=podman make deploy-kind`)

0 commit comments

Comments
 (0)