Skip to content

Commit

Permalink
[ja] update page weights in /tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kawamura-w664 committed Apr 5, 2023
1 parent 756e2b3 commit 1fdaa7b
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion content/ja/docs/tasks/access-application-cluster/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "クラスター内アプリケーションへのアクセス"
description: クラスター内アプリケーションへアクセスできるようにするために、ロードバランシングやポートフォワーディングの設定、ファイアウォールやDNS設定のセットアップを行います。
weight: 60
weight: 100
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 共有ボリュームを使用して同じPod内のコンテナ間で通信する
content_type: task
weight: 110
weight: 120
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Minikube上でNGINX Ingressコントローラーを使用してIngressをセットアップする
content_type: task
weight: 100
weight: 110
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/tasks/configmap-secret/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Secretの管理"
weight: 28
weight: 60
description: Secretを使用した機密設定データの管理
---

2 changes: 1 addition & 1 deletion content/ja/docs/tasks/configure-pod-container/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Podとコンテナの設定"
description: Podとコンテナの一般的な設定のタスクを行います。
weight: 20
weight: 30
---

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Node Affinityを利用してPodをノードに割り当てる
min-kubernetes-server-version: v1.10
content_type: task
weight: 120
weight: 160
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Podをノードに割り当てる
content_type: task
weight: 120
weight: 150
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: コンテナライフサイクルイベントへのハンドラー紐付け
content_type: task
weight: 140
weight: 180
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Liveness Probe、Readiness ProbeおよびStartup Probeを使用する
content_type: task
weight: 110
weight: 140
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Podを構成してConfigMapを使用する
content_type: task
weight: 150
weight: 190
card:
name: tasks
weight: 50
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ストレージにProjectedボリュームを使用するようPodを設定する
content_type: task
weight: 70
weight: 100
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ストレージにボリュームを使用するPodを構成する
content_type: task
weight: 50
weight: 80
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 拡張リソースをコンテナに割り当てる
content_type: task
weight: 40
weight: 70
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PodにQuality of Serviceを設定する
content_type: task
weight: 30
weight: 60
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Podとコンテナにセキュリティコンテキストを設定する
content_type: task
weight: 80
weight: 110
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Pod内のコンテナ間でプロセス名前空間を共有する
min-kubernetes-server-version: v1.10
content_type: task
weight: 160
weight: 200
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: static Podを作成する
weight: 170
weight: 220
content_type: task
---

Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/tasks/debug/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "監視、ログ、デバッグ"
description: クラスターのトラブルシューティングや、コンテナ化したアプリケーションのデバッグのために、監視とログをセットアップします。
weight: 20
weight: 40
content_type: concept
no_list: true
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Pod障害の原因を特定する
content_type: task
weight: 30
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/tasks/inject-data-application/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "アプリケーションへのデータ注入"
description: ワークロードを実行するPodの構成とその他のデータを指定します。
weight: 30
weight: 70
---
2 changes: 1 addition & 1 deletion content/ja/docs/tasks/job/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Jobの実行"
description: 並列処理を使用してJobを実行します。
weight: 50
weight: 90
---

2 changes: 1 addition & 1 deletion content/ja/docs/tasks/manage-kubernetes-objects/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Kubernetesオブジェクトの管理"
description: Kubernetes APIと対話するための宣言型および命令型のパラダイム。
weight: 25
weight: 50
---
2 changes: 1 addition & 1 deletion content/ja/docs/tasks/network/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "ネットワーク"
description: クラスターのネットワークの設定方法を学びます。
weight: 160
weight: 140
---

2 changes: 1 addition & 1 deletion content/ja/docs/tasks/run-application/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "アプリケーションの実行"
description: ステートレスアプリケーションとステートフルアプリケーションの両方を実行および管理します。
weight: 40
weight: 80
---

2 changes: 1 addition & 1 deletion content/ja/docs/tasks/tls/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "TLS"
weight: 100
weight: 120
description: Transport Layer Security(TLS)を使用して、クラスター内のトラフィックを保護する方法について理解します。
---

0 comments on commit 1fdaa7b

Please sign in to comment.