More documentation updates

This commit is contained in:
Stefan Reimer 2021-01-26 14:09:01 +00:00
parent 9001aaef57
commit da023067c9
2 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,8 @@ In order to change the instance type or in genernal replace worker nodes do:
* Make sure there is enough capacity in the cluster to handle all pods being evicted for the node
* `kubectl drain --ignore-daemonsets node_name`
will evict all pods except DaemonSets. In case there are pods with local storage review each affected pod. After being sure no important data will be lost add `--delete-local-data` to the original command above and try again.
will evict all pods except DaemonSets. In case there are pods with local storage review each affected pod.
After being sure no important data will be lost add `--delete-local-data` to the original command above and try again.
* Terminate instance matching *node_name*
@ -43,7 +44,7 @@ Make sure to adjust your kubeconfig files accordingly !
### kauthproxy
Easiest way to access the Kubernetes dashboard, if installed in the targeted cluster, is to use the kauthproxy plugin.
See: https://github.com/int128/kauthproxy
Once installed simply execute:
`kubectl auth-proxy -n kubernetes-dashboard https://kubernetes-dashboard.svc`
and access the dashboard via the automatically opened browser window.
# api-server OAuth configuration