add weight to static-pod, fix date mirror-pod (#15752)
parent
1830e56fa2
commit
ad4bc58526
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Mirror Pod
|
title: Mirror Pod
|
||||||
id: mirror-pod
|
id: mirror-pod
|
||||||
date: 2091-02-12
|
date: 2019-08-06
|
||||||
full_link:
|
|
||||||
short_description: >
|
short_description: >
|
||||||
An object in the API server that tracks a static pod on a kubelet.
|
An object in the API server that tracks a static pod on a kubelet.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Static Pod
|
title: Static Pod
|
||||||
id: static-pod
|
id: static-pod
|
||||||
date: 2091-02-12
|
date: 2019-02-12
|
||||||
full_link: /docs/tasks/administer-cluster/static-pod/
|
full_link: /docs/tasks/administer-cluster/static-pod/
|
||||||
short_description: >
|
short_description: >
|
||||||
A pod managed directly by kubelet daemon on a specific node
|
A pod managed directly by kubelet daemon on a specific node
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
reviewers:
|
reviewers:
|
||||||
- jsafrane
|
- jsafrane
|
||||||
title: Create static Pods
|
title: Create static Pods
|
||||||
|
weight: 170
|
||||||
content_template: templates/task
|
content_template: templates/task
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ reviewers:
|
||||||
- cdrage
|
- cdrage
|
||||||
title: Translate a Docker Compose File to Kubernetes Resources
|
title: Translate a Docker Compose File to Kubernetes Resources
|
||||||
content_template: templates/task
|
content_template: templates/task
|
||||||
weight: 170
|
weight: 200
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
Loading…
Reference in New Issue