What I tried:
helm install netbox-enix enix/netbox
BUG 1: postgresql image could not be pulled
Solution replace container location from docker.io/bitnami/postgresql:11.8.0-debian-10-r14 to bitnami/postgresql:11.8.0-debian-10-r14
BUG 2: redis image could not be pulled
Solution replace container location from docker.io/bitnami/redis:6.0.4-debian-10-r0 to bitnami/redis:6.0.4-debian-10-r0
BUG 3: netbox configuration error: REDIS_PORT enviroment variable was being set with: "tcp://x.x.x.x:6379"
Solution set REDIS_PORT= 6379 in netbox ConfigMap
BUG 4:
I am new to Helm, but I couldn't make Chart Values to work. I tried:
config.yaml
persistence:
storageClassName: stage-nas-nfs-noresize
helm install -f config.yaml netbox-enix enix/netbox
and the PVC's did not add storageClassName config ...
Suggestion
Maybe you should put configuration.py in a configMap parameter.
Questions
a) Is it safe to apply netbox version upgrades with this helm chart ?
b) How can I use plugins with this helm chart ? I want to try https://github.com/iDebugAll/nextbox-ui-plugin
What I tried:
helm install netbox-enix enix/netboxBUG 1: postgresql image could not be pulled
Solution replace container location from
docker.io/bitnami/postgresql:11.8.0-debian-10-r14tobitnami/postgresql:11.8.0-debian-10-r14BUG 2: redis image could not be pulled
Solution replace container location from
docker.io/bitnami/redis:6.0.4-debian-10-r0tobitnami/redis:6.0.4-debian-10-r0BUG 3: netbox configuration error: REDIS_PORT enviroment variable was being set with: "tcp://x.x.x.x:6379"
Solution set REDIS_PORT= 6379 in netbox ConfigMap
BUG 4:
I am new to Helm, but I couldn't make Chart Values to work. I tried:
config.yaml
helm install -f config.yaml netbox-enix enix/netboxand the PVC's did not add storageClassName config ...
Suggestion
Maybe you should put configuration.py in a configMap parameter.
Questions
a) Is it safe to apply netbox version upgrades with this helm chart ?
b) How can I use plugins with this helm chart ? I want to try https://github.com/iDebugAll/nextbox-ui-plugin