From e3f5574ec54597cfe8b96ce5c272234f2bba97c9 Mon Sep 17 00:00:00 2001 From: mochizuki875 Date: Fri, 27 Dec 2024 02:33:51 +0000 Subject: [PATCH] fix custom profile stable ja --- .../ja/docs/tasks/debug/debug-application/debug-running-pod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tasks/debug/debug-application/debug-running-pod.md b/content/ja/docs/tasks/debug/debug-application/debug-running-pod.md index d28c8594c3a4b..64ad097bea2f9 100644 --- a/content/ja/docs/tasks/debug/debug-application/debug-running-pod.md +++ b/content/ja/docs/tasks/debug/debug-application/debug-running-pod.md @@ -729,7 +729,7 @@ kubectl delete pod myapp ### カスタムプロファイルの適用 {#custom-profiles} -{{< feature-state for_k8s_version="v1.31" state="beta" >}} +{{< feature-state for_k8s_version="v1.32" state="stable" >}} デバッグに使用するコンテナのspecをYAMLまたはJSON形式でカスタムプロファイルとして定義し、`--custom`フラグを使用して適用できます。