replace kubectl error message with the related output (#15510)

This commit is contained in:
mohamed chiheb ben jemaa 2019-07-24 03:28:14 +01:00 committed by Kubernetes Prow Robot
parent d18d07ace5
commit 94d0b0b6fe
1 changed files with 1 additions and 1 deletions

View File

@ -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