diff --git a/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md b/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md index d59f3a918c7..3bbf3eb6704 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md @@ -112,8 +112,8 @@ Alternately, you can run commands inside that container with `exec`: kubectl exec ${POD_NAME} -c ${CONTAINER_NAME} -- ${CMD} ${ARG1} ${ARG2} ... ${ARGN} ``` -Note that `-c ${CONTAINER_NAME}` is optional and can be omitted for pods that -only contain a single container. +{{< note >}}**Note:** `-c ${CONTAINER_NAME}` is optional. You can omit it for pods that +only contain a single container.{{< /note >}} As an example, to look at the logs from a running Cassandra pod, you might run: