Merge pull request #1577 from RainbowMango/pr_faq

Add FAQ about why we need kube-controller-manager
This commit is contained in:
karmada-bot 2022-04-05 12:32:45 +08:00 committed by GitHub
commit 10f5e3d5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -11,4 +11,12 @@ Both of them are used to hold the propagation declaration, but they have differe
## What is the difference between 'Push' and 'Pull' mode of a cluster?
Please refer to [Overview of Push and Pull](./userguide/cluster-registration.md#overview-of-cluster-mode).
Please refer to [Overview of Push and Pull](./userguide/cluster-registration.md#overview-of-cluster-mode).
## Why Karmada requires `kube-controller-manager`?
`kube-controller-manager` is composed of a bunch of controllers, Karmada inherits some controllers from it
to keep a consistent user experience and behavior.
It's worth noting that not all controllers are needed by Karmada, for the recommended controllers please
refer to [Recommended Controllers](./userguide/configure-controllers.md#recommended-controllers).