Skip to content

Commit c7e83be

Browse files
authored
Merge pull request #38909 from YashPimple/dev-ja-1
[ja]Updated debug-running-pod
2 parents 284be91 + 5b42b9f commit c7e83be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ja/docs/tasks/debug/debug-application/debug-running-pod.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ content_type: task
1111
## {{% heading "prerequisites" %}}
1212

1313

14-
* あなたの{{< glossary_tooltip text="Pod" term_id="pod" >}}は既にスケジュールされ、実行されているはずです。Podがまだ実行されていない場合は、[Troubleshoot Applications](/ja/docs/tasks/debug/debug-application/) から始めてください。
14+
* あなたの{{< glossary_tooltip text="Pod" term_id="pod" >}}は既にスケジュールされ、実行されているはずです。Podがまだ実行されていない場合は、[アプリケーションのトラブルシューティング](/ja/docs/tasks/debug/debug-application/)から始めてください。
1515

1616
* いくつかの高度なデバッグ手順では、Podがどのノードで動作しているかを知り、そのノードでコマンドを実行するためのシェルアクセス権を持っていることが必要です。`kubectl`を使用する標準的なデバッグ手順の実行には、そのようなアクセスは必要ではありません。
1717

@@ -432,7 +432,7 @@ kubectl exec -it cassandra -- sh
432432

433433
## エフェメラルコンテナによるデバッグ {#ephemeral-container}
434434

435-
{{< feature-state state="beta" for_k8s_version="v1.23" >}}
435+
{{< feature-state state="stable" for_k8s_version="v1.25" >}}
436436

437437
{{< glossary_tooltip text="エフェメラルコンテナ" term_id="ephemeral-container" >}}は、コンテナがクラッシュしたり、コンテナイメージにデバッグユーティリティが含まれていないなどの理由で`kubectl exec`が不十分な場合に、対話的にトラブルシューティングを行うのに便利です([ディストロレスイメージ](https://github.com/GoogleContainerTools/distroless)の場合など)。
438438

@@ -442,7 +442,7 @@ kubectl exec -it cassandra -- sh
442442
まず、サンプル用のPodを作成します:
443443

444444
```shell
445-
kubectl run ephemeral-demo --image=k8s.gcr.io/pause:3.1 --restart=Never
445+
kubectl run ephemeral-demo --image=registry.k8s.io/pause:3.1 --restart=Never
446446
```
447447

448448
このセクションの例では、デバッグユーティリティが含まれていない`pause`コンテナイメージを使用していますが、この方法はすべてのコンテナイメージで動作します。

0 commit comments

Comments
 (0)