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
* refactor event/status reporting
* only perform update call if the condition changed
* don't use private fields of EventStatusRecorder
* set ready false at beginning of reconcile loop
* add information about kind image loading with containerd
* fix match string for chainsaw tests
* change format string to wrap error
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,10 @@ There are several ways to install NetBox Operator on your Cluster:
30
30
31
31
## Running both NetBox Operator and NetBox on a local kind cluster
32
32
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"
34
37
35
38
- Create kind cluster with a NetBox deployment: `make create-kind`
36
39
- 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