diff --git a/content/ja/docs/concepts/scheduling-eviction/_index.md b/content/ja/docs/concepts/scheduling-eviction/_index.md new file mode 100644 index 0000000000..37b8e9507f --- /dev/null +++ b/content/ja/docs/concepts/scheduling-eviction/_index.md @@ -0,0 +1,8 @@ +--- +title: "スケジューリングと退避" +weight: 90 +description: > + Kubernetesにおいてスケジューリングとは、稼働させたいPodをNodeにマッチさせ、kubeletが実行できるようにすることを指します。 + 退避とは、リソース不足のNodeで1つ以上のPodを積極的に停止させるプロセスです。 +--- + diff --git a/content/ja/docs/concepts/scheduling/kube-scheduler.md b/content/ja/docs/concepts/scheduling-eviction/kube-scheduler.md similarity index 100% rename from content/ja/docs/concepts/scheduling/kube-scheduler.md rename to content/ja/docs/concepts/scheduling-eviction/kube-scheduler.md diff --git a/content/ja/docs/concepts/scheduling/scheduler-perf-tuning.md b/content/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md similarity index 100% rename from content/ja/docs/concepts/scheduling/scheduler-perf-tuning.md rename to content/ja/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md diff --git a/content/ja/docs/concepts/scheduling/taint-and-toleration.md b/content/ja/docs/concepts/scheduling-eviction/taint-and-toleration.md similarity index 100% rename from content/ja/docs/concepts/scheduling/taint-and-toleration.md rename to content/ja/docs/concepts/scheduling-eviction/taint-and-toleration.md diff --git a/content/ja/docs/concepts/scheduling/_index.md b/content/ja/docs/concepts/scheduling/_index.md deleted file mode 100644 index c428c68198..0000000000 --- a/content/ja/docs/concepts/scheduling/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "スケジューリング" -weight: 90 ---- -