Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
iocanel opened this issue Dec 17, 2020 · 1 comment · Fixed by #15262
Assignees
Labels
area/kubernetes kind/bug Something isn't working
Milestone

Comments

@iocanel
Copy link
Contributor

iocanel commented Dec 17, 2020

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.

@iocanel iocanel added the kind/bug Something isn't working label Dec 17, 2020
@ghost ghost added the area/kubernetes label Dec 17, 2020
@ghost
Copy link

ghost commented Dec 17, 2020

/cc @geoand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants