Skip to content

Commit 5f225c9

Browse files
committed
[ko] Utilize code style for inline command
1 parent 5a91c11 commit 5f225c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ko/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The connection to the server <server-name:port> was refused - did you specify th
2727

2828
예를 들어, 랩톱에서 로컬로 쿠버네티스 클러스터를 실행하려면, Minikube와 같은 도구를 먼저 설치한 다음 위에서 언급한 명령을 다시 실행해야 한다.
2929

30-
kubectl cluster-info가 URL 응답을 반환하지만 클러스터에 접근할 수 없는 경우, 올바르게 구성되었는지 확인하려면 다음을 사용한다.
30+
`kubectl cluster-info` URL 응답을 반환하지만 클러스터에 접근할 수 없는 경우, 올바르게 구성되었는지 확인하려면 다음을 사용한다.
3131

3232
```shell
3333
kubectl cluster-info dump

0 commit comments

Comments
 (0)