Skip to content

Commit 1a285dd

Browse files
committed
Link rbac sample from deployment docs
1 parent ae44d8e commit 1a285dd

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

examples/daemonset/haproxy/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE
4141
default-http-backend-q5sb6 1/1 Running 0 30m
4242
```
4343

44+
## RBAC Authorization
45+
46+
Check the [RBAC sample](/examples/rbac/haproxy) if deploying on a cluster with
47+
[RBAC authorization](https://kubernetes.io/docs/admin/authorization/rbac/).
48+
4449
## Ingress DaemonSet
4550

4651
Deploy the daemonset as follows:

examples/deployment/haproxy/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ configmap can be edited or replaced later in order to apply new
7070
configuration on a running ingress controller. All supported options
7171
are [here](https://github.com/jcmoraisjr/haproxy-ingress#configmap).
7272

73+
## RBAC Authorization
74+
75+
Check the [RBAC sample](/examples/rbac/haproxy) if deploying on a cluster with
76+
[RBAC authorization](https://kubernetes.io/docs/admin/authorization/rbac/).
77+
7378
## Controller
7479

7580
Deploy HAProxy Ingress:

examples/scaling-deployment/haproxy/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE
4141
default-http-backend-q5sb6 1/1 Running 0 30m
4242
```
4343

44+
## RBAC Authorization
45+
46+
Check the [RBAC sample](/examples/rbac/haproxy) if deploying on a cluster with
47+
[RBAC authorization](https://kubernetes.io/docs/admin/authorization/rbac/).
48+
4449
## Ingress Deployment
4550

4651
Deploy the Deployment of multi controllers as follows:

0 commit comments

Comments
 (0)