Skip to content

Commit 050b4dd

Browse files
committed
replace kubectl error message with the related output
1 parent 8a09d41 commit 050b4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ an error indicating that the Service already exists.
785785
```shell
786786
kubectl apply -f web.yaml
787787
statefulset.apps/web created
788-
Error from server (AlreadyExists): error when creating "web.yaml": services "nginx" already exists
788+
service/nginx unchanged
789789
```
790790

791791
Ignore the error. It only indicates that an attempt was made to create the nginx

0 commit comments

Comments
 (0)