-
Notifications
You must be signed in to change notification settings - Fork 917
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
dependency resource propagate failed when already created in member cluster. #4410
Comments
spec.conflictResolution=Abort
even though main resource rb field spec.conflictResolution=Overwrite
After I motify configmap rb field |
For the current propagation of resources that dependency, if it has not been hit by PropagationPolicy for propagate before, the default value of the field Hi @CharlesQQ, If these resources already exist in the member cluster, why do you need to forcefully propagate the following resources? Ask for some ideas from other people @chaunceyjiang @GitHubxsy @RainbowMango |
Personally, I prefer to set the dependent resources to |
because configmaps.spec.data might be changed by API, it's should be propagated to member cluster. |
Agreed! |
make sense. |
The @CharlesQQ Have you figured out the root cause? |
/assign I will fix this issue, our environment extensively uses this feature. |
This issue seems to be discussed more like a new requirement rather than a bug. Can we change its label to "feature"? Here, it may be necessary to clarify a scenario. If the dependent resources have been propagated before and the |
Good question! My suggestion is: if
|
I agree with this point. I change the label. |
What happened:
dependency resource like
configmap
propagate failed, when deployment have configmap volume, configmaps already created in member cluster.deployment has pp, and deployment rb is:
configmap hasn't pp, configmap rb is:
What you expected to happen:
dependency resource propagate successful.
How to reproduce it (as minimally and precisely as possible):
configmap
volumeAnything else we need to know?:
Environment:
kubectl-karmada version
orkarmadactl version
):The text was updated successfully, but these errors were encountered: