Merge pull request #37479 from spzala/docsprintspzala2

Change weight for localization correctness
pull/37496/head
Kubernetes Prow Robot 2022-10-24 11:38:23 -07:00 committed by GitHub
commit af40582e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ content_type: concept
description: >
A Kubernetes cluster consists of the components that are a part of the control
plane and a set of machines called nodes.
weight: 20
weight: 30
card:
name: concepts
weight: 20

View File

@ -3,7 +3,7 @@ reviewers:
- chenopis
title: The Kubernetes API
content_type: concept
weight: 30
weight: 40
description: >
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes.
The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.

View File

@ -1,5 +1,6 @@
---
title: Field Selectors
content_type: concept
weight: 70
---

View File

@ -5,7 +5,7 @@ reviewers:
- thockin
title: Namespaces
content_type: concept
weight: 40
weight: 45
---
<!-- overview -->