add weight to static-pod, fix date mirror-pod (#15752)

pull/15737/head
Karen Bradshaw 2019-08-08 20:21:25 -04:00 committed by Kubernetes Prow Robot
parent 1830e56fa2
commit ad4bc58526
4 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -2,6 +2,7 @@
reviewers:
- jsafrane
title: Create static Pods
weight: 170
content_template: templates/task
---

View File

@ -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 %}}