Configuration Parameters¶
General¶
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
orchestration | String | Required | N/A | Holds the orchestration environment. Example: --orchestration=kubernetes |
ipam-provider | String | Required | f5-ip-provider | ipam-provider parameter holds the IP provider that holds the ownership of providing IP addresses such as Infoblox, f5-ip-provider. |
log-level | String | Optional | N/A | Log level parameter specifies various logging levels such as DEBUG, INFO, WARNING, ERROR, CRITICAL. |
Infoblox¶
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
infoblox-labels | String | Required | N/A | Infoblox labels holds the mappings for Infoblox’s CIDR. |
infoblox-grid-host | String | Required | N/A | URL (or IP Address) of Infoblox Grid Host. |
infoblox-wapi-port | String | Optional | 443 | Port that the Infoblox Server listens on. |
infoblox-wapi-version | String | Required | N/A | Web API version of Infoblox. |
infoblox-username | String | Required | N/A | Username of Infoblox User. |
infoblox-password | String | Required | N/A | Password of above given Infoblox User. |
infoblox-netview | String | Required | N/A | Netview from which IP addresses needs to be allocated. |
credentials-directory | String | Optional | N/A | Credentials can be mounted from k8s secrets. |
Static IPAM¶
Troubleshooting & FAQ¶
See FAQ and Troubleshooting on GitHub.
Note
To provide feedback on Container Ingress Services or this documentation, please file a GitHub Issue.