Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown)
parent
c1abf28ce9
commit
a74ba31932
@ -27,11 +27,16 @@ The following steps are using the Azure portal to create the AKS cluster:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
- Finally, in order NOT to get errors in the Kubernetes dashboard like the following, you'll need to set the following service-account steps.
|
- Finally, create the cluster. It'll take a few minutes for it to be ready.
|
||||||
|
|
||||||
|
### Configure RBAC security for K8s dashboard service-account
|
||||||
|
|
||||||
|
In order NOT to get errors in the Kubernetes dashboard, you'll need to set the following service-account steps.
|
||||||
|
|
||||||
|
Here you can see the errors you might see:
|
||||||

|

|
||||||
|
|
||||||
- Because the cluster is using RBAC, you need to grant needed rights to the Service Account `kubernetes-dashboard`:
|
- Because the cluster is using RBAC, you need to grant needed rights to the Service Account `kubernetes-dashboard` with this kubectl command:
|
||||||
|
|
||||||
`kubectl create clusterrolebinding kubernetes-dashboard -n kube-system --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard`
|
`kubectl create clusterrolebinding kubernetes-dashboard -n kube-system --clusterrole=cluster-admin --serviceaccount=kube-system:kubernetes-dashboard`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user