Skip to content

Commit 453dd71

Browse files
authored
Merge pull request #37492 from chrisnegus/20221024-mcngs-fix-concept-weight
Add page weights to concepts -> security pages
2 parents 4b05eab + 0f9b65b commit 453dd71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/en/docs/concepts/security/api-server-bypass-risks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Kubernetes API Server Bypass Risks
33
description: >
44
Security architecture information relating to the API server and other components
55
content_type: concept
6+
weight: 90
67
---
78

89
<!-- overview -->
@@ -143,4 +144,4 @@ control plane components.
143144
that include the container runtime socket, either directly or by mounting a parent
144145
directory. Also `hostPath` mounts must be set as read-only to mitigate risks
145146
of attackers bypassing directory restrictions.
146-
- Restrict user access to nodes, and especially restrict superuser access to nodes.
147+
- Restrict user access to nodes, and especially restrict superuser access to nodes.

content/en/docs/concepts/security/security-checklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Security Checklist
33
description: >
44
Baseline checklist for ensuring security in Kubernetes clusters.
55
content_type: concept
6+
weight: 100
67
---
78

89
<!-- overview -->
@@ -12,6 +13,7 @@ comprehensive documentation on each topic. It does not claim to be exhaustive
1213
and is meant to evolve.
1314

1415
On how to read and use this document:
16+
1517
- The order of topics does not reflect an order of priority.
1618
- Some checklist items are detailed in the paragraph below the list of each section.
1719

0 commit comments

Comments
 (0)