mirror of https://github.com/istio/istio.io.git
Rbac enabled the better way (#154)
* First draft getting started * Added istio-installation and changed bookinfo * Fix display issue * Addressed code review comments * Address more review comments, istio-ca not part of the install * Use local files instead of raw github files * Addressed more review comments * Added note about istioctl and renamed istio-ingress-controller to istio-ingress * Fix the verb tense * Rename istio-ingress-controller to istio-ingress * Fixed installation instructions * Remove fault injection * Fix uninstall * Fix link * Correct path * Rbac clarification for alpha and beta versions * Add more clarity * Add a dot * Fix display error * Fix display error * Add clarification for Ingress * Update installation to point to latest release * Added instructions * Add more clarity in installation * Add more clarity in installation * Get rbac the right way
This commit is contained in:
parent
78d96b5255
commit
642e3e8bf2
|
|
@ -42,7 +42,7 @@ default namespace. They can be modified for deployment in a different namespace.
|
|||
3. Determine if your cluster has [RBAC enabled](https://kubernetes.io/docs/admin/authorization/rbac/) and find out the RBAC api version by running this command:
|
||||
|
||||
```bash
|
||||
kubectl get clusterrole -o yaml | grep apiVersion
|
||||
kubectl api-versions | grep rbac
|
||||
```
|
||||
* If the command displays an error, or does not display anything, it means the cluster does not support RBAC, and you can proceed to step 4.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue