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