Fix spacing with shell commands
This commit is contained in:
@@ -195,6 +195,7 @@ or pass the context on each command like this: `kubectl get pods --context=minik
|
|||||||
### Dashboard
|
### 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:
|
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
|
```shell
|
||||||
minikube dashboard
|
minikube dashboard
|
||||||
```
|
```
|
||||||
@@ -202,6 +203,7 @@ minikube dashboard
|
|||||||
### Services
|
### Services
|
||||||
|
|
||||||
To access a service exposed via a node port, run this command in a shell after starting minikube to get the address:
|
To access a service exposed via a node port, run this command in a shell after starting minikube to get the address:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
minikube service [-n NAMESPACE] [--url] NAME
|
minikube service [-n NAMESPACE] [--url] NAME
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user