diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 6364d07ca1..6b4fab2742 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -195,6 +195,7 @@ or pass the context on each command like this: `kubectl get pods --context=minik ### Dashboard To access the [Kubernetes Dashboard](/docs/tasks/access-application-cluster/web-ui-dashboard/), run this command in a shell after starting minikube to get the address: + ```shell minikube dashboard ``` @@ -202,6 +203,7 @@ minikube dashboard ### Services To access a service exposed via a node port, run this command in a shell after starting minikube to get the address: + ```shell minikube service [-n NAMESPACE] [--url] NAME ```