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