From 59c73f0576911a91ddda7e3f272ca2758aae986c Mon Sep 17 00:00:00 2001 From: Luis Arcega Date: Sun, 17 Nov 2024 14:51:47 +0000 Subject: [PATCH] Adding corect index weight and title of the new sub-module to the main page. --- website/docs/troubleshooting/index.md | 1 + website/docs/troubleshooting/workernodes/index.md | 2 +- website/docs/troubleshooting/workernodes/one/index.md | 2 +- website/docs/troubleshooting/workernodes/three/index.md | 2 +- website/docs/troubleshooting/workernodes/two/index.md | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/troubleshooting/index.md b/website/docs/troubleshooting/index.md index 6cb179ac6..c3a53e9a4 100644 --- a/website/docs/troubleshooting/index.md +++ b/website/docs/troubleshooting/index.md @@ -14,6 +14,7 @@ Keep in mind that we will use previous concepts from the other chapters while go - **VPC CNI scenario** - **DNS resolution scenario** - **Pod Issue Scenarios** +- **Worker Node Scenarios** :::info Troubleshooting Methodologies As you progress through the scenarios, we will be introducing an overview of different troubleshooting methodologies. For example, all our scenarios are based in the **Reproductions method**. diff --git a/website/docs/troubleshooting/workernodes/index.md b/website/docs/troubleshooting/workernodes/index.md index 9860c563a..8e4635197 100644 --- a/website/docs/troubleshooting/workernodes/index.md +++ b/website/docs/troubleshooting/workernodes/index.md @@ -1,6 +1,6 @@ --- title: "Worker Node Scenarios" -sidebar_position: 20 +sidebar_position: 70 description: "Bring worker nodes in an Amazon EKS Managed Nodegroup back to healthy state." --- diff --git a/website/docs/troubleshooting/workernodes/one/index.md b/website/docs/troubleshooting/workernodes/one/index.md index de6923c6f..fa8acf977 100644 --- a/website/docs/troubleshooting/workernodes/one/index.md +++ b/website/docs/troubleshooting/workernodes/one/index.md @@ -1,6 +1,6 @@ --- title: "Missing Worker Nodes" -sidebar_position: 30 +sidebar_position: 71 chapter: true sidebar_custom_props: { "module": true } --- diff --git a/website/docs/troubleshooting/workernodes/three/index.md b/website/docs/troubleshooting/workernodes/three/index.md index ab0982a38..1b41485e4 100644 --- a/website/docs/troubleshooting/workernodes/three/index.md +++ b/website/docs/troubleshooting/workernodes/three/index.md @@ -1,6 +1,6 @@ --- title: "Node in Not-Ready state" -sidebar_position: 33 +sidebar_position: 72 chapter: true sidebar_custom_props: { "module": true } --- diff --git a/website/docs/troubleshooting/workernodes/two/index.md b/website/docs/troubleshooting/workernodes/two/index.md index f2139d1c5..54b57e074 100644 --- a/website/docs/troubleshooting/workernodes/two/index.md +++ b/website/docs/troubleshooting/workernodes/two/index.md @@ -1,6 +1,6 @@ --- title: "Node Join Failure" -sidebar_position: 31 +sidebar_position: 73 chapter: true sidebar_custom_props: { "module": true } ---