spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Deleting a pod or job that does not exist throws exception #489

Closed cppwfs closed 2 years ago

cppwfs commented 2 years ago

Throwing an exception where the original behavior was a no-op is a breaking change #474. This needs to be updated on a major release. In the stead, this needs to log a warning stating that the pod or job is missing.

cppwfs commented 2 years ago

ahh... I missed the IT tests. Good catch. I just did a normal compile and unit tests.