From 9ae9f742908e10396b7102f64fd35eb0ca253f86 Mon Sep 17 00:00:00 2001 From: s-kawamura-w664 Date: Mon, 20 Feb 2023 10:54:24 +0000 Subject: [PATCH] [ja] Update page weights under content/ja/docs/concepts/scheduling-eviction. --- content/ja/docs/concepts/scheduling-eviction/_index.md | 2 +- content/ja/docs/concepts/scheduling-eviction/api-eviction.md | 2 +- content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md | 2 +- .../docs/concepts/scheduling-eviction/scheduler-perf-tuning.md | 2 +- .../docs/concepts/scheduling-eviction/scheduling-framework.md | 2 +- .../docs/concepts/scheduling-eviction/taint-and-toleration.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/ja/docs/concepts/scheduling-eviction/_index.md b/content/ja/docs/concepts/scheduling-eviction/_index.md index 37b8e9507f..b937c7e5e7 100644 --- a/content/ja/docs/concepts/scheduling-eviction/_index.md +++ b/content/ja/docs/concepts/scheduling-eviction/_index.md @@ -1,6 +1,6 @@ --- title: "スケジューリングと退避" -weight: 90 +weight: 95 description: > Kubernetesにおいてスケジューリングとは、稼働させたいPodをNodeにマッチさせ、kubeletが実行できるようにすることを指します。 退避とは、リソース不足のNodeで1つ以上のPodを積極的に停止させるプロセスです。 diff --git a/content/ja/docs/concepts/scheduling-eviction/api-eviction.md b/content/ja/docs/concepts/scheduling-eviction/api-eviction.md index 5092c96b19..5834beae4b 100644 --- a/content/ja/docs/concepts/scheduling-eviction/api-eviction.md +++ b/content/ja/docs/concepts/scheduling-eviction/api-eviction.md @@ -1,7 +1,7 @@ --- title: APIを起点とした退避 content_type: concept -weight: 70 +weight: 110 --- {{< glossary_definition term_id="api-eviction" length="short" >}}
diff --git a/content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md b/content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md index 6bc7af0dab..7256b988f1 100644 --- a/content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md +++ b/content/ja/docs/concepts/scheduling-eviction/assign-pod-node.md @@ -1,7 +1,7 @@ --- title: Node上へのPodのスケジューリング content_type: concept -weight: 30 +weight: 20 --- diff --git a/content/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md b/content/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md index 3eeb51376e..f46a7b15e2 100644 --- a/content/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md +++ b/content/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md @@ -1,7 +1,7 @@ --- title: スケジューラーのパフォーマンスチューニング content_type: concept -weight: 80 +weight: 70 --- diff --git a/content/ja/docs/concepts/scheduling-eviction/scheduling-framework.md b/content/ja/docs/concepts/scheduling-eviction/scheduling-framework.md index 23ab9f5750..d748f38ed5 100644 --- a/content/ja/docs/concepts/scheduling-eviction/scheduling-framework.md +++ b/content/ja/docs/concepts/scheduling-eviction/scheduling-framework.md @@ -1,7 +1,7 @@ --- title: スケジューリングフレームワーク content_type: concept -weight: 90 +weight: 60 --- diff --git a/content/ja/docs/concepts/scheduling-eviction/taint-and-toleration.md b/content/ja/docs/concepts/scheduling-eviction/taint-and-toleration.md index 6195519928..582238deba 100644 --- a/content/ja/docs/concepts/scheduling-eviction/taint-and-toleration.md +++ b/content/ja/docs/concepts/scheduling-eviction/taint-and-toleration.md @@ -1,7 +1,7 @@ --- title: TaintとToleration content_type: concept -weight: 40 +weight: 50 ---