From b55ef2498fc67652f1b322713ff993c2e2505c63 Mon Sep 17 00:00:00 2001 From: augustkang Date: Tue, 18 Aug 2020 19:03:09 +0900 Subject: [PATCH] add missing code block fence --- .../docs/tutorials/stateful-application/basic-stateful-set.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ko/docs/tutorials/stateful-application/basic-stateful-set.md b/content/ko/docs/tutorials/stateful-application/basic-stateful-set.md index 41ef9aa4c1..488de4e60c 100644 --- a/content/ko/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/ko/docs/tutorials/stateful-application/basic-stateful-set.md @@ -85,6 +85,8 @@ statefulset.apps/web created ```shell kubectl get service nginx +``` +``` NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE nginx ClusterIP None 80/TCP 12s ```