Fix spacing with shell commands

This commit is contained in:
Jesse White
2017-08-03 19:59:17 -04:00
committed by Andrew Chen
parent 729aed2b99
commit 6fb0dd9d17
+2
View File
@@ -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
```