This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Facilitate adding the annotation on federated object to specify users intent of orphaning/not orphaning target/managed resources. #690
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
What would you like to be added:
#669 moves away from the usage of
orphanDependents
and uses intent via an annotation on the object to signify whether the dependent resources should be orphaned or not.This seems to be an additional step, where user will need to create the annotation on the federated object if a non default behaviour is needed.
Suggestion is to facilitate adding the annotation using
kubefed2
before deletion usingkubectl
.Implement
kubefed2 enable-orphaning-deletion <federated-resource-name>
Why is this needed:
Ease of usage to the user.
/kind feature
The text was updated successfully, but these errors were encountered: