Skip to content

Commit 5c4b2bc

Browse files
Fix k8s URL
1 parent ab6e43d commit 5c4b2bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Be the change et al if Windows is your main and you wanna raise a PR with broad
3030
* [poetry](https://python-poetry.org/docs/)
3131
* [docker-compose](https://docs.docker.com/compose/install/)
3232
* [playwright](https://playwright.dev/python/docs/intro#installation)
33-
* [Kubernetes (k8s)](#kubernetes-k8s)
33+
* [Kubernetes (k8s)](markdown/kubernetes.md)
3434

3535
## Usage
3636
### Mac and Linux users

markdown/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
* [k9s](https://github.com/derailed/k9s#installation)
2323
* Built-in help: type `?`
2424
* Main Screen: `:pod`
25-
![Main screen](img/k9s_main.png)
25+
![Main screen](../img/k9s_main.png)
2626
* Describe a pod: `d`
27-
![Describe a pod](img/k9s_describe.png)
27+
![Describe a pod](../img/k9s_describe.png)
2828
* Delete a pod:
2929
* `ctrl-d`
3030
* Replicas rebuild
31-
![Delete a pod](img/k9s_delete_pod.png)
31+
![Delete a pod](../img/k9s_delete_pod.png)
3232
* Remove resource (permanent)
3333
* `:deploy`
3434
* `ctrl-d`
35-
![Remove resource](img/k9s_remove_res.png)
35+
![Remove resource](../img/k9s_remove_res.png)
3636
* [POC](https://itnext.io/simplest-minimal-k8s-app-tutorial-with-rancher-desktop-in-5-min-5481edb9a4a5)
3737
```bash
3838
git clone https://github.com/jwsy/simplest-k8s.git

0 commit comments

Comments
 (0)