File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,17 @@ config file you have there will be available straight away.
2020
2121Prerequisites (to use the devcontainer): -
2222
23- 1 . Docker
24- 2 . A ` ${HOME}/k8s-config ` directory
25- 3 . A ` ${HOME}/.kube ` directory
23+ 1 . A kubernetes cluster
24+ 2 . [ Docker]
25+ 3 . A ` ${HOME}/k8s-config ` directory
26+ 4 . A ` ${HOME}/.kube ` directory
2627
2728Prerequisites (to use your own environment): -
2829
29- 1 . Python (ideally v3.11 or better)
30- 2 . Kubernetes config files
31- 3 . [ kubectl]
30+ 1 . A kubernetes cluster
31+ 2 . [ Python] (ideally v3.11 or better)
32+ 3 . At least one kubernetes configuration file
33+ 4 . [ kubectl]
3234
3335As the project uses submodules, if you've not used them before, it might be worth
3436spending some time reading about how submodules behave - especially if you plan on
@@ -134,5 +136,6 @@ you need to select a suitable remote branch before you can commit any code.
134136[ docker ] : https://www.docker.com
135137[ install kubectl ] : https://kubernetes.io/docs/tasks/tools/#kubectl
136138[ kubectl ] : https://kubernetes.io/docs/reference/kubectl/
139+ [ python ] : https://www.python.org
137140[ submodule ] : https://git-scm.com/book/en/v2/Git-Tools-Submodules
138141[ submodules ] : https://git-scm.com/book/en/v2/Git-Tools-Submodules
You can’t perform that action at this time.
0 commit comments