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
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ NetBox Operator extends the Kubernetes API by allowing users to manage NetBox re
17
17
- kind
18
18
- docker cli
19
19
20
+
## Installation methods
21
+
22
+
There are several ways to install NetBox Operator on your Cluster:
23
+
24
+
- NetBox Operator Helm Chart. More information: <https://github.com/netbox-community/netbox-chart/>
25
+
- Manifests in <config/default> of this repo. Make sure to first set the correct image using `kustomize edit set image controller=<correctimage>`. Images can be found on the Releases page on GitHub
26
+
- The Makefile targets in this repository.
27
+
- For debugging and developing, please read further below.
28
+
20
29
# How to use NetBox Operator
21
30
22
31
## Running both NetBox Operator and NetBox on a local kind cluster
0 commit comments