You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when I create a deployment in karmada, it will be deployed to cluster-a and cluster-b. When I edit the spec property of the deployment in cluster-a, karmada will reconcile the deployment in cluster-a with the data in karmada. Is there any setting or feature that can prevent karmada from reconciling the corresponding changes?
Thanks a lot
The text was updated successfully, but these errors were encountered:
The Deployment nginx has been propagated to member clusters member1 and member2. To modify the spec.strategy.rollingUpdate.maxSurge field of the Deployment nginx in member1 without being overridden by the control plane, you can achieve this using the following retain strategy.
The target is used to match the target resource. The Retain function is a Lua script, where desiredObj is the object expected by the control plane, and observedObj is the object observed from the member cluster. The final effect is that the maxSurge field of the Deployment nginx in the member cluster is controlled by the member cluster.
For example, when I create a deployment in karmada, it will be deployed to cluster-a and cluster-b. When I edit the spec property of the deployment in cluster-a, karmada will reconcile the deployment in cluster-a with the data in karmada. Is there any setting or feature that can prevent karmada from reconciling the corresponding changes?
Thanks a lot
The text was updated successfully, but these errors were encountered: