HAProxy Enterprise Kubernetes Ingress Controller Documentation 1.8
Install the Global custom resource
Before you can use the Global custom resource, you must install its definition into your Kubernetes cluster.
-
Install the custom resource definition with
kubectl apply
:Community ingress controller
$ kubectl apply -f https://cdn.haproxy.com/documentation/kubernetes/1.8/crd/global.yaml
-
Verify that the installation worked by listing custom resources defined in your cluster:
$ kubectl get crd NAME CREATED AT globals.core.haproxy.org 2022-06-01T16:56:57Z
Next up
Use the Global custom resource