From 0f9b65b429e05f0b7acade60375aef4e9016abbd Mon Sep 17 00:00:00 2001 From: Christopher Negus Date: Mon, 24 Oct 2022 19:02:52 +0000 Subject: [PATCH] Add page weights to concepts -> security pages --- content/en/docs/concepts/security/api-server-bypass-risks.md | 3 ++- content/en/docs/concepts/security/security-checklist.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/api-server-bypass-risks.md b/content/en/docs/concepts/security/api-server-bypass-risks.md index da8de22605..7c906a2031 100644 --- a/content/en/docs/concepts/security/api-server-bypass-risks.md +++ b/content/en/docs/concepts/security/api-server-bypass-risks.md @@ -3,6 +3,7 @@ title: Kubernetes API Server Bypass Risks description: > Security architecture information relating to the API server and other components content_type: concept +weight: 90 --- @@ -143,4 +144,4 @@ control plane components. that include the container runtime socket, either directly or by mounting a parent directory. Also `hostPath` mounts must be set as read-only to mitigate risks of attackers bypassing directory restrictions. -- Restrict user access to nodes, and especially restrict superuser access to nodes. \ No newline at end of file +- Restrict user access to nodes, and especially restrict superuser access to nodes. diff --git a/content/en/docs/concepts/security/security-checklist.md b/content/en/docs/concepts/security/security-checklist.md index bcdacde86e..9da2c30103 100644 --- a/content/en/docs/concepts/security/security-checklist.md +++ b/content/en/docs/concepts/security/security-checklist.md @@ -3,6 +3,7 @@ title: Security Checklist description: > Baseline checklist for ensuring security in Kubernetes clusters. content_type: concept +weight: 100 --- @@ -12,6 +13,7 @@ comprehensive documentation on each topic. It does not claim to be exhaustive and is meant to evolve. On how to read and use this document: + - The order of topics does not reflect an order of priority. - Some checklist items are detailed in the paragraph below the list of each section.