File tree 3 files changed +15
-0
lines changed
scaling-deployment/haproxy
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE
41
41
default-http-backend-q5sb6 1/1 Running 0 30m
42
42
```
43
43
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
+
44
49
## Ingress DaemonSet
45
50
46
51
Deploy the daemonset as follows:
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ configmap can be edited or replaced later in order to apply new
70
70
configuration on a running ingress controller. All supported options
71
71
are [ here] ( https://github.com/jcmoraisjr/haproxy-ingress#configmap ) .
72
72
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
+
73
78
## Controller
74
79
75
80
Deploy HAProxy Ingress:
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE
41
41
default-http-backend-q5sb6 1/1 Running 0 30m
42
42
```
43
43
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
+
44
49
## Ingress Deployment
45
50
46
51
Deploy the Deployment of multi controllers as follows:
You can’t perform that action at this time.
0 commit comments