diff --git a/examples/daemonset/haproxy/README.md b/examples/daemonset/haproxy/README.md index 605af7f70a..31390913e0 100644 --- a/examples/daemonset/haproxy/README.md +++ b/examples/daemonset/haproxy/README.md @@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE default-http-backend-q5sb6 1/1 Running 0 30m ``` +## RBAC Authorization + +Check the [RBAC sample](/examples/rbac/haproxy) if deploying on a cluster with +[RBAC authorization](https://kubernetes.io/docs/admin/authorization/rbac/). + ## Ingress DaemonSet Deploy the daemonset as follows: diff --git a/examples/deployment/haproxy/README.md b/examples/deployment/haproxy/README.md index 23099aded5..de54eae7c9 100644 --- a/examples/deployment/haproxy/README.md +++ b/examples/deployment/haproxy/README.md @@ -70,6 +70,11 @@ configmap can be edited or replaced later in order to apply new configuration on a running ingress controller. All supported options are [here](https://github.com/jcmoraisjr/haproxy-ingress#configmap). +## RBAC Authorization + +Check the [RBAC sample](/examples/rbac/haproxy) if deploying on a cluster with +[RBAC authorization](https://kubernetes.io/docs/admin/authorization/rbac/). + ## Controller Deploy HAProxy Ingress: diff --git a/examples/scaling-deployment/haproxy/README.md b/examples/scaling-deployment/haproxy/README.md index 748422adac..31daaea398 100644 --- a/examples/scaling-deployment/haproxy/README.md +++ b/examples/scaling-deployment/haproxy/README.md @@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE default-http-backend-q5sb6 1/1 Running 0 30m ``` +## RBAC Authorization + +Check the [RBAC sample](/examples/rbac/haproxy) if deploying on a cluster with +[RBAC authorization](https://kubernetes.io/docs/admin/authorization/rbac/). + ## Ingress Deployment Deploy the Deployment of multi controllers as follows: