Merge pull request #37479 from spzala/docsprintspzala2
Change weight for localization correctnesspull/37496/head
commit
af40582e1c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Field Selectors
|
||||
content_type: concept
|
||||
weight: 70
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ reviewers:
|
|||
- thockin
|
||||
title: Namespaces
|
||||
content_type: concept
|
||||
weight: 40
|
||||
weight: 45
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue