Merge pull request #37716 from a-mccarthy/a-mccarthy-page-weight-fix-1
Adjust page weights for /docs/concepts sectionpull/37717/head
commit
ac0cbd676c
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Scheduling, Preemption and Eviction"
|
||||
weight: 90
|
||||
weight: 95
|
||||
content_type: concept
|
||||
description: >
|
||||
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Security"
|
||||
weight: 81
|
||||
weight: 85
|
||||
description: >
|
||||
Concepts for keeping your cloud-native workload secure.
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Workloads"
|
||||
weight: 50
|
||||
weight: 55
|
||||
description: >
|
||||
Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.
|
||||
no_list: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue