From d2fb300925091b03efcab6ca51618ddf349a6fdd Mon Sep 17 00:00:00 2001 From: inductor Date: Fri, 7 Aug 2020 12:18:38 +0900 Subject: [PATCH] fix scheduling link and update --- content/ja/docs/concepts/scheduling-eviction/_index.md | 8 ++++++++ .../{scheduling => scheduling-eviction}/kube-scheduler.md | 0 .../scheduler-perf-tuning.md | 0 .../taint-and-toleration.md | 0 content/ja/docs/concepts/scheduling/_index.md | 5 ----- 5 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 content/ja/docs/concepts/scheduling-eviction/_index.md rename content/ja/docs/concepts/{scheduling => scheduling-eviction}/kube-scheduler.md (100%) rename content/ja/docs/concepts/{scheduling => scheduling-eviction}/scheduler-perf-tuning.md (100%) rename content/ja/docs/concepts/{scheduling => scheduling-eviction}/taint-and-toleration.md (100%) delete mode 100644 content/ja/docs/concepts/scheduling/_index.md 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 ---- -