From 1fdaa7b46972291b72ececd91229ccd5e77f1d16 Mon Sep 17 00:00:00 2001 From: s-kawamura-w664 Date: Thu, 30 Mar 2023 14:55:06 +0900 Subject: [PATCH] [ja] update page weights in /tasks --- content/ja/docs/tasks/access-application-cluster/_index.md | 2 +- .../communicate-containers-same-pod-shared-volume.md | 2 +- .../docs/tasks/access-application-cluster/ingress-minikube.md | 2 +- content/ja/docs/tasks/configmap-secret/_index.md | 2 +- content/ja/docs/tasks/configure-pod-container/_index.md | 2 +- .../assign-pods-nodes-using-node-affinity.md | 2 +- .../ja/docs/tasks/configure-pod-container/assign-pods-nodes.md | 2 +- .../configure-pod-container/attach-handler-lifecycle-event.md | 2 +- .../configure-liveness-readiness-startup-probes.md | 2 +- .../tasks/configure-pod-container/configure-pod-configmap.md | 2 +- .../configure-projected-volume-storage.md | 2 +- .../tasks/configure-pod-container/configure-volume-storage.md | 2 +- .../ja/docs/tasks/configure-pod-container/extended-resource.md | 2 +- .../docs/tasks/configure-pod-container/quality-service-pod.md | 2 +- .../ja/docs/tasks/configure-pod-container/security-context.md | 2 +- .../tasks/configure-pod-container/share-process-namespace.md | 2 +- content/ja/docs/tasks/configure-pod-container/static-pod.md | 2 +- content/ja/docs/tasks/debug/_index.md | 2 +- .../debug/debug-application/determine-reason-pod-failure.md | 1 + content/ja/docs/tasks/inject-data-application/_index.md | 2 +- content/ja/docs/tasks/job/_index.md | 2 +- content/ja/docs/tasks/manage-kubernetes-objects/_index.md | 2 +- content/ja/docs/tasks/network/_index.md | 2 +- content/ja/docs/tasks/run-application/_index.md | 2 +- content/ja/docs/tasks/tls/_index.md | 2 +- 25 files changed, 25 insertions(+), 24 deletions(-) diff --git a/content/ja/docs/tasks/access-application-cluster/_index.md b/content/ja/docs/tasks/access-application-cluster/_index.md index dc48e622465..cc0f539baa5 100644 --- a/content/ja/docs/tasks/access-application-cluster/_index.md +++ b/content/ja/docs/tasks/access-application-cluster/_index.md @@ -1,5 +1,5 @@ --- title: "クラスター内アプリケーションへのアクセス" description: クラスター内アプリケーションへアクセスできるようにするために、ロードバランシングやポートフォワーディングの設定、ファイアウォールやDNS設定のセットアップを行います。 -weight: 60 +weight: 100 --- diff --git a/content/ja/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md b/content/ja/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md index 8a0d37d28e3..540cbab72a1 100644 --- a/content/ja/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md +++ b/content/ja/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md @@ -1,7 +1,7 @@ --- title: 共有ボリュームを使用して同じPod内のコンテナ間で通信する content_type: task -weight: 110 +weight: 120 --- diff --git a/content/ja/docs/tasks/access-application-cluster/ingress-minikube.md b/content/ja/docs/tasks/access-application-cluster/ingress-minikube.md index be267080996..3c3f7526642 100644 --- a/content/ja/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/ja/docs/tasks/access-application-cluster/ingress-minikube.md @@ -1,7 +1,7 @@ --- title: Minikube上でNGINX Ingressコントローラーを使用してIngressをセットアップする content_type: task -weight: 100 +weight: 110 --- diff --git a/content/ja/docs/tasks/configmap-secret/_index.md b/content/ja/docs/tasks/configmap-secret/_index.md index 18a8018ce56..39e607f6cf3 100644 --- a/content/ja/docs/tasks/configmap-secret/_index.md +++ b/content/ja/docs/tasks/configmap-secret/_index.md @@ -1,6 +1,6 @@ --- title: "Secretの管理" -weight: 28 +weight: 60 description: Secretを使用した機密設定データの管理 --- diff --git a/content/ja/docs/tasks/configure-pod-container/_index.md b/content/ja/docs/tasks/configure-pod-container/_index.md index 324a19b22b4..c40ed206666 100644 --- a/content/ja/docs/tasks/configure-pod-container/_index.md +++ b/content/ja/docs/tasks/configure-pod-container/_index.md @@ -1,6 +1,6 @@ --- title: "Podとコンテナの設定" description: Podとコンテナの一般的な設定のタスクを行います。 -weight: 20 +weight: 30 --- diff --git a/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md b/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md index 77caf9a13c4..d0599138dcd 100644 --- a/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md +++ b/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity.md @@ -2,7 +2,7 @@ title: Node Affinityを利用してPodをノードに割り当てる min-kubernetes-server-version: v1.10 content_type: task -weight: 120 +weight: 160 --- diff --git a/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes.md b/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes.md index 4e09dbaf932..a1ed76638b8 100644 --- a/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes.md +++ b/content/ja/docs/tasks/configure-pod-container/assign-pods-nodes.md @@ -1,7 +1,7 @@ --- title: Podをノードに割り当てる content_type: task -weight: 120 +weight: 150 --- diff --git a/content/ja/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md b/content/ja/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md index 1aa194a745a..b7cfb624e7a 100644 --- a/content/ja/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md +++ b/content/ja/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md @@ -1,7 +1,7 @@ --- title: コンテナライフサイクルイベントへのハンドラー紐付け content_type: task -weight: 140 +weight: 180 --- diff --git a/content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md b/content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md index 0c14c79bb6b..c5dc0869c7a 100644 --- a/content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md +++ b/content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md @@ -1,7 +1,7 @@ --- title: Liveness Probe、Readiness ProbeおよびStartup Probeを使用する content_type: task -weight: 110 +weight: 140 --- diff --git a/content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md b/content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md index 7bcacd13a4c..61c8225fe14 100644 --- a/content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/content/ja/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -1,7 +1,7 @@ --- title: Podを構成してConfigMapを使用する content_type: task -weight: 150 +weight: 190 card: name: tasks weight: 50 diff --git a/content/ja/docs/tasks/configure-pod-container/configure-projected-volume-storage.md b/content/ja/docs/tasks/configure-pod-container/configure-projected-volume-storage.md index 4c70662d424..1fd7172bc27 100644 --- a/content/ja/docs/tasks/configure-pod-container/configure-projected-volume-storage.md +++ b/content/ja/docs/tasks/configure-pod-container/configure-projected-volume-storage.md @@ -1,7 +1,7 @@ --- title: ストレージにProjectedボリュームを使用するようPodを設定する content_type: task -weight: 70 +weight: 100 --- diff --git a/content/ja/docs/tasks/configure-pod-container/configure-volume-storage.md b/content/ja/docs/tasks/configure-pod-container/configure-volume-storage.md index 5fb2769bdd3..140336d0db7 100644 --- a/content/ja/docs/tasks/configure-pod-container/configure-volume-storage.md +++ b/content/ja/docs/tasks/configure-pod-container/configure-volume-storage.md @@ -1,7 +1,7 @@ --- title: ストレージにボリュームを使用するPodを構成する content_type: task -weight: 50 +weight: 80 --- diff --git a/content/ja/docs/tasks/configure-pod-container/extended-resource.md b/content/ja/docs/tasks/configure-pod-container/extended-resource.md index b056fc73898..7a0114582a1 100644 --- a/content/ja/docs/tasks/configure-pod-container/extended-resource.md +++ b/content/ja/docs/tasks/configure-pod-container/extended-resource.md @@ -1,7 +1,7 @@ --- title: 拡張リソースをコンテナに割り当てる content_type: task -weight: 40 +weight: 70 --- diff --git a/content/ja/docs/tasks/configure-pod-container/quality-service-pod.md b/content/ja/docs/tasks/configure-pod-container/quality-service-pod.md index 012921d2bfc..ceb917d6227 100644 --- a/content/ja/docs/tasks/configure-pod-container/quality-service-pod.md +++ b/content/ja/docs/tasks/configure-pod-container/quality-service-pod.md @@ -1,7 +1,7 @@ --- title: PodにQuality of Serviceを設定する content_type: task -weight: 30 +weight: 60 --- diff --git a/content/ja/docs/tasks/configure-pod-container/security-context.md b/content/ja/docs/tasks/configure-pod-container/security-context.md index c4e1523af4f..68ce416b5fa 100644 --- a/content/ja/docs/tasks/configure-pod-container/security-context.md +++ b/content/ja/docs/tasks/configure-pod-container/security-context.md @@ -1,7 +1,7 @@ --- title: Podとコンテナにセキュリティコンテキストを設定する content_type: task -weight: 80 +weight: 110 --- diff --git a/content/ja/docs/tasks/configure-pod-container/share-process-namespace.md b/content/ja/docs/tasks/configure-pod-container/share-process-namespace.md index b5fd61777e6..b6be6e07e1d 100644 --- a/content/ja/docs/tasks/configure-pod-container/share-process-namespace.md +++ b/content/ja/docs/tasks/configure-pod-container/share-process-namespace.md @@ -2,7 +2,7 @@ title: Pod内のコンテナ間でプロセス名前空間を共有する min-kubernetes-server-version: v1.10 content_type: task -weight: 160 +weight: 200 --- diff --git a/content/ja/docs/tasks/configure-pod-container/static-pod.md b/content/ja/docs/tasks/configure-pod-container/static-pod.md index 8c5f9f67c82..851ef4e1610 100644 --- a/content/ja/docs/tasks/configure-pod-container/static-pod.md +++ b/content/ja/docs/tasks/configure-pod-container/static-pod.md @@ -1,6 +1,6 @@ --- title: static Podを作成する -weight: 170 +weight: 220 content_type: task --- diff --git a/content/ja/docs/tasks/debug/_index.md b/content/ja/docs/tasks/debug/_index.md index 21e34075fd2..7013b3ec48b 100644 --- a/content/ja/docs/tasks/debug/_index.md +++ b/content/ja/docs/tasks/debug/_index.md @@ -1,7 +1,7 @@ --- title: "監視、ログ、デバッグ" description: クラスターのトラブルシューティングや、コンテナ化したアプリケーションのデバッグのために、監視とログをセットアップします。 -weight: 20 +weight: 40 content_type: concept no_list: true --- diff --git a/content/ja/docs/tasks/debug/debug-application/determine-reason-pod-failure.md b/content/ja/docs/tasks/debug/debug-application/determine-reason-pod-failure.md index 1fbdb763aad..8f9c9c361bf 100644 --- a/content/ja/docs/tasks/debug/debug-application/determine-reason-pod-failure.md +++ b/content/ja/docs/tasks/debug/debug-application/determine-reason-pod-failure.md @@ -1,6 +1,7 @@ --- title: Pod障害の原因を特定する content_type: task +weight: 30 --- diff --git a/content/ja/docs/tasks/inject-data-application/_index.md b/content/ja/docs/tasks/inject-data-application/_index.md index a28c380a268..46e24f4ff88 100644 --- a/content/ja/docs/tasks/inject-data-application/_index.md +++ b/content/ja/docs/tasks/inject-data-application/_index.md @@ -1,5 +1,5 @@ --- title: "アプリケーションへのデータ注入" description: ワークロードを実行するPodの構成とその他のデータを指定します。 -weight: 30 +weight: 70 --- diff --git a/content/ja/docs/tasks/job/_index.md b/content/ja/docs/tasks/job/_index.md index bde073017bc..a8773cebf52 100644 --- a/content/ja/docs/tasks/job/_index.md +++ b/content/ja/docs/tasks/job/_index.md @@ -1,6 +1,6 @@ --- title: "Jobの実行" description: 並列処理を使用してJobを実行します。 -weight: 50 +weight: 90 --- diff --git a/content/ja/docs/tasks/manage-kubernetes-objects/_index.md b/content/ja/docs/tasks/manage-kubernetes-objects/_index.md index 16150cf3d77..09c10037431 100644 --- a/content/ja/docs/tasks/manage-kubernetes-objects/_index.md +++ b/content/ja/docs/tasks/manage-kubernetes-objects/_index.md @@ -1,5 +1,5 @@ --- title: "Kubernetesオブジェクトの管理" description: Kubernetes APIと対話するための宣言型および命令型のパラダイム。 -weight: 25 +weight: 50 --- diff --git a/content/ja/docs/tasks/network/_index.md b/content/ja/docs/tasks/network/_index.md index 1d5796f7b7d..09669b981b3 100644 --- a/content/ja/docs/tasks/network/_index.md +++ b/content/ja/docs/tasks/network/_index.md @@ -1,6 +1,6 @@ --- title: "ネットワーク" description: クラスターのネットワークの設定方法を学びます。 -weight: 160 +weight: 140 --- diff --git a/content/ja/docs/tasks/run-application/_index.md b/content/ja/docs/tasks/run-application/_index.md index 17d2339e7e1..fc1a4e9de90 100644 --- a/content/ja/docs/tasks/run-application/_index.md +++ b/content/ja/docs/tasks/run-application/_index.md @@ -1,6 +1,6 @@ --- title: "アプリケーションの実行" description: ステートレスアプリケーションとステートフルアプリケーションの両方を実行および管理します。 -weight: 40 +weight: 80 --- diff --git a/content/ja/docs/tasks/tls/_index.md b/content/ja/docs/tasks/tls/_index.md index 42234c709ea..11844cf63dc 100644 --- a/content/ja/docs/tasks/tls/_index.md +++ b/content/ja/docs/tasks/tls/_index.md @@ -1,6 +1,6 @@ --- title: "TLS" -weight: 100 +weight: 120 description: Transport Layer Security(TLS)を使用して、クラスター内のトラフィックを保護する方法について理解します。 ---