replace kubectl error message with the related output (#15510)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d18d07ace5
commit
94d0b0b6fe
@@ -785,7 +785,7 @@ an error indicating that the Service already exists.
|
|||||||
```shell
|
```shell
|
||||||
kubectl apply -f web.yaml
|
kubectl apply -f web.yaml
|
||||||
statefulset.apps/web created
|
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
|
Ignore the error. It only indicates that an attempt was made to create the nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user