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 c7d57d8633..41ef9aa4c1 100644 --- a/content/ko/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/ko/docs/tutorials/stateful-application/basic-stateful-set.md @@ -92,6 +92,7 @@ nginx ClusterIP None 80/TCP 12s ```shell kubectl get statefulset web ``` +``` NAME DESIRED CURRENT AGE web 2 1 20s ```