File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ja/docs/tasks/debug/debug-application Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ content_type: task
11
11
## {{% heading "prerequisites" %}}
12
12
13
13
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/ ) から始めてください。
15
15
16
16
* いくつかの高度なデバッグ手順では、Podがどのノードで動作しているかを知り、そのノードでコマンドを実行するためのシェルアクセス権を持っていることが必要です。` kubectl ` を使用する標準的なデバッグ手順の実行には、そのようなアクセスは必要ではありません。
17
17
@@ -432,7 +432,7 @@ kubectl exec -it cassandra -- sh
432
432
433
433
# # エフェメラルコンテナによるデバッグ {#ephemeral-container}
434
434
435
- {{< feature-state state="beta " for_k8s_version="v1.23 " >}}
435
+ {{< feature-state state="stable " for_k8s_version="v1.25 " >}}
436
436
437
437
{{< glossary_tooltip text="エフェメラルコンテナ" term_id="ephemeral-container" >}}は、コンテナがクラッシュしたり、コンテナイメージにデバッグユーティリティが含まれていないなどの理由で`kubectl exec`が不十分な場合に、対話的にトラブルシューティングを行うのに便利です([ディストロレスイメージ](https://github.com/GoogleContainerTools/distroless)の場合など)。
438
438
@@ -442,7 +442,7 @@ kubectl exec -it cassandra -- sh
442
442
まず、サンプル用のPodを作成します :
443
443
444
444
` ` ` 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
446
446
` ` `
447
447
448
448
このセクションの例では、デバッグユーティリティが含まれていない`pause`コンテナイメージを使用していますが、この方法はすべてのコンテナイメージで動作します。
You can’t perform that action at this time.
0 commit comments