We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fb03f commit 7ff6f88Copy full SHA for 7ff6f88
content/ja/docs/tasks/debug/debug-application/get-shell-running-container.md
@@ -14,7 +14,7 @@ content_type: task
14
## {{% heading "prerequisites" %}}
15
16
17
-{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
+{{< include "task-tutorial-prereqs.md" >}}
18
19
20
@@ -47,7 +47,7 @@ kubectl exec --stdin --tty shell-demo -- /bin/bash
47
```
48
{{< note >}}
49
50
-ダブルダッシュの記号 `--` はコマンドに渡す引数とkubectlの引数を分離します。
+ダブルダッシュ(`--`)のセパレーターは、コマンドに渡す引数とkubectlの引数を分離します。
51
52
{{< /note >}}
53
0 commit comments