From 179498ae3e2ed1236d90b410ce723eda101a4884 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 11 Apr 2017 09:36:14 +0800 Subject: [PATCH] fix typo fix command kubectl get pods -w -l app=nginx output --- docs/tutorials/stateful-application/basic-stateful-set.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index 309efb2946..b9bbe20753 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -106,7 +106,6 @@ look like the example below. ```shell kubectl get pods -w -l app=nginx NAME READY STATUS RESTARTS AGE -NAME READY STATUS RESTARTS AGE web-0 0/1 Pending 0 0s web-0 0/1 Pending 0 0s web-0 0/1 ContainerCreating 0 0s