From ad4bc585260cd01c3bd836055f1df10c0b96d4a5 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Thu, 8 Aug 2019 20:21:25 -0400 Subject: [PATCH] add weight to static-pod, fix date mirror-pod (#15752) --- content/en/docs/reference/glossary/mirror-pod.md | 3 +-- content/en/docs/reference/glossary/static-pod.md | 2 +- content/en/docs/tasks/configure-pod-container/static-pod.md | 1 + .../configure-pod-container/translate-compose-kubernetes.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/glossary/mirror-pod.md b/content/en/docs/reference/glossary/mirror-pod.md index 9e8f81479e..c925e4d672 100755 --- a/content/en/docs/reference/glossary/mirror-pod.md +++ b/content/en/docs/reference/glossary/mirror-pod.md @@ -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. diff --git a/content/en/docs/reference/glossary/static-pod.md b/content/en/docs/reference/glossary/static-pod.md index 89ccdded1f..b633aee0f2 100755 --- a/content/en/docs/reference/glossary/static-pod.md +++ b/content/en/docs/reference/glossary/static-pod.md @@ -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 diff --git a/content/en/docs/tasks/configure-pod-container/static-pod.md b/content/en/docs/tasks/configure-pod-container/static-pod.md index 4225a7a586..567c6f199a 100644 --- a/content/en/docs/tasks/configure-pod-container/static-pod.md +++ b/content/en/docs/tasks/configure-pod-container/static-pod.md @@ -2,6 +2,7 @@ reviewers: - jsafrane title: Create static Pods +weight: 170 content_template: templates/task --- diff --git a/content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md b/content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md index 5fb479db8a..c5b714d770 100644 --- a/content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md +++ b/content/en/docs/tasks/configure-pod-container/translate-compose-kubernetes.md @@ -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 %}}