Skip to content

Commit

Permalink
📄 readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
colinwilson committed May 5, 2021
1 parent 36a109c commit fa97d1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ Output:
eyJhbGciOiJSUzI1NiI....JmL-nP-x1SPjOCNfZkg
```

You can use `kubectl port-forward` to access the dashboard:
Use `kubectl port-forward` to access the dashboard:

```
kubectl port-forward -n kubernetes-dashboard service/kubernetes-dashboard 8080:443
kubectl port-forward -n kubernetes-dashboard service/kubernetes-dashboard 8080:443
```

To access the Kubernetes Dashboard go to:
```
https://localhost:8080
```
Select the `Token` option and enter the `admin-user` Bearer Token you obtained earlier and click `Sign in`:
Select the `Token` option, enter the `admin-user` Bearer Token obtained earlier and click `Sign in`:

![Kubernetes-Dashboard-Login](https://user-images.githubusercontent.com/12916656/117087905-c3d99800-ad48-11eb-9245-6a73578c5e3a.png)

Expand Down

0 comments on commit fa97d1f

Please sign in to comment.