From e05a662aee6f341b128824804adaf3ea88651dde Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 25 Aug 2017 05:19:23 +0800 Subject: [PATCH] fix the command output (#5185) fix the command output --- .../run-stateless-application-deployment.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/tasks/run-application/run-stateless-application-deployment.md b/docs/tasks/run-application/run-stateless-application-deployment.md index ca39a707d8..f865d95c9e 100644 --- a/docs/tasks/run-application/run-stateless-application-deployment.md +++ b/docs/tasks/run-application/run-stateless-application-deployment.md @@ -49,15 +49,26 @@ a Deployment that runs the nginx:1.7.9 Docker image: Namespace: default CreationTimestamp: Tue, 30 Aug 2016 18:11:37 -0700 Labels: app=nginx + Annotations: deployment.kubernetes.io/revision=1 Selector: app=nginx - Replicas: 2 updated | 2 total | 2 available | 0 unavailable + Replicas: 2 desired | 2 updated | 2 total | 2 available | 0 unavailable StrategyType: RollingUpdate MinReadySeconds: 0 RollingUpdateStrategy: 1 max unavailable, 1 max surge + Pod Template: + Labels: app=nginx + Containers: + nginx: + Image: nginx:1.7.9 + Port: 80/TCP + Environment: + Mounts: + Volumes: Conditions: Type Status Reason ---- ------ ------ Available True MinimumReplicasAvailable + Progressing True NewReplicaSetAvailable OldReplicaSets: NewReplicaSet: nginx-deployment-1771418926 (2/2 replicas created) No events.