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

Use cascade=orphan for kubectl_apply resources when told to recreate #25

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

ananace
Copy link
Member

@ananace ananace commented Mar 22, 2023

The old cascade=false option is being fully removed from Kubernetes, and is in fact now deprecated on all supported versions. And even the most recent EoL versions understand cascade=orphan.

The recreate option might not be the most optimal design at the moment, but it should at least not error out if actually used.

The old cascade=false option is being removed from Kubernetes, and is
in fact deprecated on all supported versions.
@ananace ananace merged commit 83e54a6 into voxpupuli:master Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant