Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
firefox excution moved from lab-05 -> lab-04
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 21, 2019
1 parent ffc1b37 commit 06c37f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 8 additions & 1 deletion docs/lab-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ Change listening port of Ceph Dashboard ([https://github.com/rook/rook/issues/25

```bash
kubectl -n rook-ceph exec -it $(kubectl -n rook-ceph get pod -l "app=rook-ceph-tools" -o jsonpath='{.items[0].metadata.name}') -- ceph config set mgr mgr/dashboard/server_addr 0.0.0.0

sleep 5
kubectl delete pod -n rook-ceph $(kubectl -n rook-ceph get pod -l app=rook-ceph-mgr -o jsonpath="{.items[0].metadata.name}")
sleep 5
```

Establish port forwarding:
Expand All @@ -223,6 +224,12 @@ Establish port forwarding:
kubectl -n rook-ceph port-forward $(kubectl -n rook-ceph get pod -l app=rook-ceph-mgr -o jsonpath="{.items[0].metadata.name}") 8443:8443 &
```

Run firefox inside docker container:

```shell
firefox &
```

To access the Ceph Dashboard [https://localhost:8443](https://localhost:8443)
use username `admin` and password can be found by running:

Expand Down
6 changes: 0 additions & 6 deletions docs/lab-05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ kubectl -n logging port-forward $(kubectl -n logging get pod -l role=kibana -o j

Configure ElasticSearch:

Run firefox inside docker container:

```shell
firefox &
```

* Navigate to the [Kibana UI](https://localhost:5601) ([https://localhost:5601](https://localhost:5601))
and click the **Set up index patterns** in the top right.
* Use `*` as the **index pattern**, and click **Next step**.
Expand Down

0 comments on commit 06c37f2

Please sign in to comment.