Skip to content

Is it possible to propagate CRD with cluster scope ? #3125

Answered by NickYadance
NickYadance asked this question in Q&A
Discussion options

You must be logged in to vote

After searching a while in the docs i finally found out that for CRD in cluster scope, the ClusterPropagationPolicy should be applied instead of PropagationPolicy , refered to this: faq

What is the difference between PropagationPolicy and ClusterPropagationPolicy?

The PropagationPolicy is a namespace-scoped resource type which means the objects with this type must reside in a namespace. And the ClusterPropagationPolicy is the cluster-scoped resource type which means the objects with this type don't have a namespace.
Both of them are used to hold the propagation declaration, but they have different capacities:

PropagationPolicy: can only represent the propagation policy for the resourc…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@NickYadance
Comment options

Comment options

You must be logged in to vote
1 reply
@RainbowMango
Comment options

Answer selected by NickYadance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants