Skip to content

Commit

Permalink
Merge pull request #710 from LavredisG/patch-2
Browse files Browse the repository at this point in the history
Update faq.md
  • Loading branch information
karmada-bot authored Oct 14, 2024
2 parents 6f72103 + ed2a0c0 commit 46f0c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TODO: Link to adoption use case once it gets on board.

Kubernetes provides two methods to extend APIs: Custom Resource and Kubernetes API Aggregation Layer. For more detail, you can refer to [Extending the Kubernetes API](https://kubernetes.io/docs/concepts/extend-kubernetes/).

Karmada uses the both extension methods. For example, `PropagationPolicy` and `ResourceBinding` use Custom Resource, and `Cluster` resource uses Kubernetes API Aggregation Layer.
Karmada uses both extension methods. For example, `PropagationPolicy` and `ResourceBinding` use Custom Resource, and `Cluster` resource uses Kubernetes API Aggregation Layer.

Therefore, `Cluster` resources do not have a CRD YAML file, and they are not visible when you execute the `kubectl get crd` command.

Expand Down

0 comments on commit 46f0c7a

Please sign in to comment.