Skip to content

Commit e21de0e

Browse files
committed
Add note on Helm chart
1 parent a80e004 commit e21de0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ NetBox Operator extends the Kubernetes API by allowing users to manage NetBox re
1717
- kind
1818
- docker cli
1919

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+
2029
# How to use NetBox Operator
2130

2231
## Running both NetBox Operator and NetBox on a local kind cluster

0 commit comments

Comments
 (0)