Replies: 2 comments 9 replies
-
The I think we can try to address this in two ways:
|
Beta Was this translation helpful? Give feedback.
-
I’m confident that allowing resource selection only via labelSelector for ClusterPropagationPolicy would be a better approach. Cases where resources need to be deployed to all clusters, especially when they are managed through Kustomize or similar tools, seem to occur quite frequently. This solution would add flexibility and simplify management by making it easier to define and propagate the resulting resources without complex handling at the cluster level. What do you think about this approach? |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to use Karmada to propagate resources across clusters, but I am facing a challenge. Here's my setup:
This remote file contains a mix of resources:
Namespaced resources like Deployment, Service, ServiceAccount.
Cluster-scoped resources like ClusterRole and ClusterRoleBinding.
My goal is to automatically propagate all resources from this remote file across multiple clusters using Karmada's PropagationPolicy, without manually listing every resource in the PropagationPolicy.
Issues I Encountered:
Questions:
Beta Was this translation helpful? Give feedback.
All reactions