Merge pull request #1276 from jcmoraisjr/jm-link-rbac
Link rbac sample from deployment docs
This commit is contained in:
commit
528b378bea
3 changed files with 15 additions and 0 deletions
|
@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE
|
||||||
default-http-backend-q5sb6 1/1 Running 0 30m
|
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
|
## Ingress DaemonSet
|
||||||
|
|
||||||
Deploy the daemonset as follows:
|
Deploy the daemonset as follows:
|
||||||
|
|
|
@ -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
|
configuration on a running ingress controller. All supported options
|
||||||
are [here](https://github.com/jcmoraisjr/haproxy-ingress#configmap).
|
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
|
## Controller
|
||||||
|
|
||||||
Deploy HAProxy Ingress:
|
Deploy HAProxy Ingress:
|
||||||
|
|
|
@ -41,6 +41,11 @@ NAME READY STATUS RESTARTS AGE
|
||||||
default-http-backend-q5sb6 1/1 Running 0 30m
|
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
|
## Ingress Deployment
|
||||||
|
|
||||||
Deploy the Deployment of multi controllers as follows:
|
Deploy the Deployment of multi controllers as follows:
|
||||||
|
|
Loading…
Reference in a new issue