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

Fix a bug where unmanaged objects aren't protected #318

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kidswiss
Copy link
Contributor

@Kidswiss Kidswiss commented Mar 3, 2025

Summary

The controller used the control-plane client to check for the existance of the instance namespace. However the instance namespaces only reside on the service clusters.

This lead to an issue that PVCs and other unmanaged objects weren't actually protected in a non-converged setup.

This PR also contains some minor devcontainer optimizations in a separate commit.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

The controller used the control-plane client to check for the existance
of the instance namespace. However the instance namespaces only reside
on the service clusters.

This lead to an issue that PVCs and other unmanaged objects weren't
actually protected in a non-converged setup.
@Kidswiss Kidswiss force-pushed the fix/deletion_protection_unmanaged_non_converged branch from 059b519 to 7432f57 Compare March 3, 2025 14:46
@Kidswiss Kidswiss requested review from a team, TheBigLee, wejdross and zugao and removed request for a team March 3, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant