Created
June 2, 2022 03:38
-
-
Save haproxytechblog/77c7cc2880b3141847eb25ad06680a6a to your computer and use it in GitHub Desktop.
Announcing HAProxy Kubernetes Ingress Controller 1.8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setcap cap_net_bind_service=+ep haproxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ helm install kubernetes-ingress haproxytech/kubernetes-ingress \ | |
--set "controller.extraArgs={--pprof,--controller-port=6060}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ helm install kubernetes-ingress haproxytech/kubernetes-ingress \ | |
--set "controller.extraArgs={--prometheus,--controller-port=6060}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment