F5Networks / f5-ipam-controller

The F5 IPAM Controller runs in an orchestration environment like Kubernetes to allocate IP addresses from an IPAM system to BIG-IP Virtual Servers. The purpose is to abstract complexity related to setting up BIG-IP from a networking perspective
Apache License 2.0
10 stars 16 forks source link

Incorrect installation instructions for Helm #103

Open andreaalloway opened 2 years ago

andreaalloway commented 2 years ago

https://github.com/F5Networks/f5-ipam-controller/blob/c19eb5d67a6cd61e6022eb46c37b164d4365c8a1/helm-charts/f5-ipam-controller/README.md?plain=1#L25

It appears the installation instructions for helm are wrong. The existing line helm install -f values.yaml <new-chart-name> f5-stable/f5-ipam-controller Should be helm install -f values.yaml <new-chart-name> f5-ipam-stable/f5-ipam-controller

Based on the helm repo add command above helm repo add f5-ipam-stable https://f5networks.github.io/f5-ipam-controller/helm-charts/stable

trinaths commented 2 years ago

Created [CONTCNTR-3243] for internal tracking.