From 3f63f88f6e87f10d08ab157594e1859e40a15f9f Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 22 Dec 2023 22:47:02 -0700 Subject: [PATCH] resequence directories --- {05-cluster-bootstrap => 01-cluster-bootstrap}/README.md | 2 +- {06-cni-flannel => 02-cni-flannel}/README.md | 2 +- .../README.md | 2 +- .../README.md | 2 +- .../values.yaml | 0 {10-join-nodes => 05-join-nodes}/README.md | 2 +- 10-applications/README.md | 8 ++++++++ {30-applications => 10-applications}/mandelmap.yaml | 0 30-applications/README.md | 8 -------- 9 files changed, 13 insertions(+), 13 deletions(-) rename {05-cluster-bootstrap => 01-cluster-bootstrap}/README.md (95%) rename {06-cni-flannel => 02-cni-flannel}/README.md (93%) rename {07-nfs-subdir-provisioner => 03-nfs-subdir-provisioner}/README.md (95%) rename {08-ingress-nginx-controller => 04-ingress-controller-nginx}/README.md (97%) rename {08-ingress-nginx-controller => 04-ingress-controller-nginx}/values.yaml (100%) rename {10-join-nodes => 05-join-nodes}/README.md (93%) create mode 100644 10-applications/README.md rename {30-applications => 10-applications}/mandelmap.yaml (100%) delete mode 100644 30-applications/README.md diff --git a/05-cluster-bootstrap/README.md b/01-cluster-bootstrap/README.md similarity index 95% rename from 05-cluster-bootstrap/README.md rename to 01-cluster-bootstrap/README.md index e458315..bdc992d 100644 --- a/05-cluster-bootstrap/README.md +++ b/01-cluster-bootstrap/README.md @@ -1,4 +1,4 @@ -# 05-Cluster-Bootstrap +# 01 | Cluster Bootstrap Assumption is that an external load balancer is already configured for the cluster control plane IP address. Initialize the cluster, but do not join any other nodes to it yet. diff --git a/06-cni-flannel/README.md b/02-cni-flannel/README.md similarity index 93% rename from 06-cni-flannel/README.md rename to 02-cni-flannel/README.md index 8afa755..3885e74 100644 --- a/06-cni-flannel/README.md +++ b/02-cni-flannel/README.md @@ -1,4 +1,4 @@ -# 06-CNI-Flannel +# 02 | CNI = Flannel [https://github.com/flannel-io/flannel](https://github.com/flannel-io/flannel) diff --git a/07-nfs-subdir-provisioner/README.md b/03-nfs-subdir-provisioner/README.md similarity index 95% rename from 07-nfs-subdir-provisioner/README.md rename to 03-nfs-subdir-provisioner/README.md index 895789d..a51b592 100644 --- a/07-nfs-subdir-provisioner/README.md +++ b/03-nfs-subdir-provisioner/README.md @@ -1,4 +1,4 @@ -# 07-NFS-Subdir-Provisioner +# 03 | Dynamic Volume Provisiong to NFS Subdirectory [https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner) diff --git a/08-ingress-nginx-controller/README.md b/04-ingress-controller-nginx/README.md similarity index 97% rename from 08-ingress-nginx-controller/README.md rename to 04-ingress-controller-nginx/README.md index 96c1d46..56a8dcc 100644 --- a/08-ingress-nginx-controller/README.md +++ b/04-ingress-controller-nginx/README.md @@ -1,4 +1,4 @@ -# 08-Ingress-Nginx-Controller +# 04 | Ingress Controller = NGINX [https://kubernetes.github.io/ingress-nginx/](https://kubernetes.github.io/ingress-nginx/) [https://github.com/kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx) diff --git a/08-ingress-nginx-controller/values.yaml b/04-ingress-controller-nginx/values.yaml similarity index 100% rename from 08-ingress-nginx-controller/values.yaml rename to 04-ingress-controller-nginx/values.yaml diff --git a/10-join-nodes/README.md b/05-join-nodes/README.md similarity index 93% rename from 10-join-nodes/README.md rename to 05-join-nodes/README.md index 945e394..e217901 100644 --- a/10-join-nodes/README.md +++ b/05-join-nodes/README.md @@ -1,4 +1,4 @@ -# 10-Join-Nodes +# 05 | Join Additional Controller and Worker Nodes At this point, other nodes can be joined to the cluster. From a control node, you can get the join command by doing the following. diff --git a/10-applications/README.md b/10-applications/README.md new file mode 100644 index 0000000..4a1ce1d --- /dev/null +++ b/10-applications/README.md @@ -0,0 +1,8 @@ +# 10 | Deploy Applications + +Ready to deploy applications to the cluster at this point, for example: + +```yaml +kubectl apply -f mandelmap.yaml + +``` \ No newline at end of file diff --git a/30-applications/mandelmap.yaml b/10-applications/mandelmap.yaml similarity index 100% rename from 30-applications/mandelmap.yaml rename to 10-applications/mandelmap.yaml diff --git a/30-applications/README.md b/30-applications/README.md deleted file mode 100644 index 1273738..0000000 --- a/30-applications/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# 30-Applications - -Ready to deploy applications to the cluster at this point - -```yaml -kubectl apply -f mandelmap.yaml - -``` \ No newline at end of file