You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,12 @@ The F5 IPAM Controller acts as an interface to CIS to provide an IP address from
31
31
32
32
**Deployment Options**
33
33
34
-
| PARAMETER | TYPE | REQUIRED | DESCRIPTION |
35
-
| ------ | ------ | ------ | ------ |
36
-
| orchestration | String | Required | The orchestration parameter holds the orchestration environment i.e. Kubernetes. |
37
-
| ipam-provider | String | Required | ipam-provider parameter holds the IP provider that holds the ownership of providing IP addresses such as infoblox, f5-ip-provider. Default is *f5-ip-provider*. |
38
-
| log-level | String | Optional | Log level parameter specify various logging level such as DEBUG, INFO, WARNING, ERROR, CRITICAL. |
| orchestration | String | Required | The orchestration parameter holds the orchestration environment i.e. Kubernetes. |
37
+
| ipam-provider | String | Required | ipam-provider parameter holds the IP provider that holds the ownership of providing IP addresses such as infoblox, f5-ip-provider. Default is *f5-ip-provider*. |
38
+
| log-level | String | Optional | Log level parameter specify various logging level such as DEBUG, INFO, WARNING, ERROR, CRITICAL. |
39
+
| namespace | String | Optional | Kubernetes namespace(s) to watch. By default controller will watch only kube-system namespace. To specify multiple namespace, use multiple --namespace flags. |
39
40
40
41
**Deployment Options of Provider (f5-ip-provider)**
41
42
@@ -45,16 +46,16 @@ The F5 IPAM Controller acts as an interface to CIS to provide an IP address from
45
46
46
47
**Deployment Options of Provider (infoblox)**
47
48
48
-
| PARAMETER | TYPE | REQUIRED | DESCRIPTION |
49
-
|------|------|------|------|
50
-
| infoblox-labels | String | Required | infoblox labels holds the mappings for infoblox's CIDR |
51
-
| infoblox-grid-host | String | Required |URL (or IP Address) of Infoblox Grid Host |
52
-
| infoblox-wapi-port | String | Optional | Port that the Infoblox Server listens on. Default is 443 |
53
-
| infoblox-wapi-version | String | Required | Web API version of Infoblox
54
-
| infoblox-username | String | Required | Username of Infoblox User |
55
-
| infoblox-password | String | Required | Password of the given Infoblox User |
56
-
| infoblox-netview | String | Required | Netview from which IP addresses needs to be allocated |
57
-
| credentials-directory | String | Optional | Credentials can be mounted from k8s secrets |
0 commit comments