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
The helm repo has a parsing error when specifying your own ip range
Steps To Reproduce
1) Create a values.yml with the content:
args:
ip_range: '{"dev": "1.1.1.1-1.1.1.2"}'
2) helm install -f values.yml ...
3) Notice error
Expected Result
The IP range should be rendered properly
Actual Result
Error: YAML parse error on f5-ipam-controller/templates/f5-ipam-controller.deploy.yaml: error converting YAML to JSON: yaml: line 44: did not find expected key
Description
The helm repo has a parsing error when specifying your own ip range
Steps To Reproduce
1) Create a values.yml with the content:
2)
helm install -f values.yml ...
3) Notice errorExpected Result
The IP range should be rendered properly
Actual Result