Skip to content

Commit

Permalink
fix missing parenthesis (kubernetes#16044)
Browse files Browse the repository at this point in the history
```
Error: Error building site: "/src/content/ja/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md:106:10": unrecognized character in shortcode action: U+003E '>'. Note: Parameters with non-alphanumeric args must be quoted
```
  • Loading branch information
af12066 authored and inductor committed Nov 18, 2019
1 parent 6c418a4 commit 513109f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ kubectl logs --previous ${POD_NAME} ${CONTAINER_NAME}
kubectl exec ${POD_NAME} -c ${CONTAINER_NAME} -- ${CMD} ${ARG1} ${ARG2} ... ${ARGN}
```

{{< note >}
{{< note >}}
`-c ${CONTAINER_NAME}`はオプションです。単一のコンテナのみを含むPodの場合は省略できます。
{{< /note >}}

Expand Down

0 comments on commit 513109f

Please sign in to comment.