snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Kubernetes deploy should always delete previously installed resources before installing new ones. #272

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug The KubernetesDeployer not always deletes previously created resources. This can pottentially cause issues about modifying immutable fields.

We need to address that by making using of deleteExisitng() method when applying the resources.


https://github.com/quarkusio/quarkus/issues/13953


$upstream:13953$