diff --git a/docs/lab-04/README.md b/docs/lab-04/README.md index bb1f3ff1..5040bd17 100644 --- a/docs/lab-04/README.md +++ b/docs/lab-04/README.md @@ -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: @@ -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: diff --git a/docs/lab-05/README.md b/docs/lab-05/README.md index fa130cd6..871257c8 100644 --- a/docs/lab-05/README.md +++ b/docs/lab-05/README.md @@ -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**.