Skip to content

Fresh Installations using HAProxy

In fresh DX deployments from CF203 and later, HAProxy is deployed by default, in place of Ambassador.

Although HAProxy is introduced in CF203, you will still have Ambassador CustomResourceDefinitions shipped with it to enable you to smoothly transition from Ambassador to HAProxy. However, for fresh deployments, the installation of Ambassador should be skipped by adding the --skip-crds flag to the helm install command.

Example:

helm install -n <namespace> -f <custom-values.yaml> <release-name> <path/to/hcl-dx-deployment-vX.X.X_XXXXXXXX-XXXX.tar.gz> --skip-crds

Last update: April 26, 2022