Replies: 2 comments 10 replies
|
The I think we can try to address this in two ways:
|
0 replies
|
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? |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions