From d69033e86e444a3ca7f00a1238c6424c91f5dc88 Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Sat, 12 Nov 2022 13:32:15 +0100 Subject: [PATCH] =?UTF-8?q?Incluyo=20en=20el=20men=C3=BA=20de=20guias=20a?= =?UTF-8?q?=20k9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- guias/01-kubectl.md | 2 +- guias/02-clusters.md | 2 +- guias/03-manifiestos.md | 2 +- guias/04-cheatsheet.md | 2 +- guias/05-helm.md | 2 +- guias/06-k9s.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7e9ffcb..11c4016 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Guías -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) +[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) --> [K9s: Otro estilo de CLI para k8s](guias/06-k9s.md) **Índice** 📎 diff --git a/guias/01-kubectl.md b/guias/01-kubectl.md index 3fd70ac..bda14a9 100644 --- a/guias/01-kubectl.md +++ b/guias/01-kubectl.md @@ -179,4 +179,4 @@ alias kubectl="kubecolor" --- -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) \ No newline at end of file +[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md) \ No newline at end of file diff --git a/guias/02-clusters.md b/guias/02-clusters.md index c215a78..aa575b9 100644 --- a/guias/02-clusters.md +++ b/guias/02-clusters.md @@ -200,4 +200,4 @@ kubectl get nodes --- -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) \ No newline at end of file +[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md) \ No newline at end of file diff --git a/guias/03-manifiestos.md b/guias/03-manifiestos.md index a9602b3..2ea9c57 100644 --- a/guias/03-manifiestos.md +++ b/guias/03-manifiestos.md @@ -942,4 +942,4 @@ Si cambiamos algo del fichero yaml y volvemos a correr el comando kustomize, vol --- -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) \ No newline at end of file +[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md) \ No newline at end of file diff --git a/guias/04-cheatsheet.md b/guias/04-cheatsheet.md index b61a732..64bdaea 100644 --- a/guias/04-cheatsheet.md +++ b/guias/04-cheatsheet.md @@ -431,4 +431,4 @@ kubectl get componentstatuses --- -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) \ No newline at end of file +[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md) \ No newline at end of file diff --git a/guias/05-helm.md b/guias/05-helm.md index 983b7c2..73cb120 100644 --- a/guias/05-helm.md +++ b/guias/05-helm.md @@ -177,4 +177,4 @@ Y tendríamos el deployment con una base de datos creada y un usuario vinculado --- -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) \ No newline at end of file +[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md) \ No newline at end of file diff --git a/guias/06-k9s.md b/guias/06-k9s.md index cb02386..ef5220e 100644 --- a/guias/06-k9s.md +++ b/guias/06-k9s.md @@ -197,4 +197,4 @@ Si aun tienes dudas puedes ver los [Vídeo-tutoriales](https://k9scli.io/topics/ --- -[01 Instalación kubctl](guias/01-kubectl.md) --> [02 Clústers](guias/02-clusters.md) --> [03 manifiestos](guias/03-manifiestos.md) --> [04 Cheatsheet kubernetes](guias/04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](guias/05-helm.md) \ No newline at end of file +[01 Instalación kubctl](01-kubectl.md) --> [02 Clústers](02-clusters.md) --> [03 manifiestos](03-manifiestos.md) --> [04 Cheatsheet kubernetes](04-cheatsheet.md) --> [05 Helm: Control de despliegues en Kubernetes](05-helm.md) --> [K9s: Otro estilo de CLI para k8s](06-k9s.md) \ No newline at end of file