From 94d0b0b6fe30f7f6caeb3794dd7cd54d3c9e34cf Mon Sep 17 00:00:00 2001 From: mohamed chiheb ben jemaa Date: Wed, 24 Jul 2019 03:28:14 +0100 Subject: [PATCH] replace kubectl error message with the related output (#15510) --- .../docs/tutorials/stateful-application/basic-stateful-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md index 678d221937..9bf6e5d0a0 100644 --- a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md @@ -785,7 +785,7 @@ an error indicating that the Service already exists. ```shell kubectl apply -f web.yaml statefulset.apps/web created -Error from server (AlreadyExists): error when creating "web.yaml": services "nginx" already exists +service/nginx unchanged ``` Ignore the error. It only indicates that an attempt was made to create the nginx