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: docs/configure/ipam-for-ingress.md
+93-95Lines changed: 93 additions & 95 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,53 +39,54 @@ Perform the following steps to deploy the Citrix ingress controller with the IPA
39
39
40
40
- Specify the IPAM controller as an argument using the following:
41
41
42
-
args:
43
-
- --ipam
44
-
citrix-ipam-controller
45
-
46
-
Here is a snippet of a sample Citrix ingress controller YAML file with the IPAM controller argument:
47
-
48
-
**Note:** This YAML is for demonstration purpose only and not the full version. Always, use the latest version of the YAML and edit as per your requirements. For the latest version see the [citrix-k8s-ingress-controller.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/deployment/baremetal/citrix-k8s-ingress-controller.yaml) file.
Here is a snippet of a sample Citrix ingress controller YAML file with the IPAM controller argument:
47
+
48
+
**Note:** This YAML is for demonstration purpose only and not the full version. Always, use the latest version of the YAML and edit as per your requirements. For the latest version see the [citrix-k8s-ingress-controller.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/deployment/baremetal/citrix-k8s-ingress-controller.yaml) file.
# The IPAM controller can also be configured with name spaces for which it would work through the environment variable
128
+
# VIP_NAMESPACES, This expects a set of namespaces passed as space separated string
129
+
imagePullPolicy: Always
130
130
131
-
```
131
+
132
132
The manifest contains two environment variables, `VIP_RANGE` and `VIP_NAMESPACES`. You can specify the appropriate routable IP range with a valid CIDR under the `VIP_RANGE`. If necessary, you can also specify a set of namespaces under `VIP_NAMESPACES` so that the IPAM controller allocates addresses only for services or Ingress resources from specific namespaces.
133
133
134
134
2. Deploy the IPAM controller using the following command:
@@ -147,27 +147,25 @@ Perform the following steps to deploy a sample application and Ingress resource.
0 commit comments