Merge pull request #1577 from RainbowMango/pr_faq
Add FAQ about why we need kube-controller-manager
This commit is contained in:
commit
10f5e3d5f3
|
@ -12,3 +12,11 @@ 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).
|
||||
|
||||
## 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).
|
||||
|
|
Loading…
Reference in New Issue