diff --git a/index.md b/index.md index 15a429b..de1ed10 100644 --- a/index.md +++ b/index.md @@ -45,7 +45,7 @@ digraph roles { ```{toctree} :maxdepth: 3 -cicd +.github/index license readme security @@ -83,6 +83,11 @@ HA as described [here](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/). +kubeadm + A program that allows the creation and management of Kubernetes clusters + with the command line. More information is available + [here](https://kubernetes.io/docs/reference/setup-tools/kubeadm/). + kubeconfig A file that contains context and authentication information for one or more {term}`K8S` clusters. Usually kept in a folder in a user's home directory diff --git a/readme.md b/readme.md index d9e76ae..aac0c5e 100644 --- a/readme.md +++ b/readme.md @@ -39,11 +39,3 @@ kcp: kcp02.example.com: ansible_user: 1.2.3.4 ``` - -```{toctree} -:caption: Other Information - -cicd -license -security -```