-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On-behalf-of: @SAP [email protected]
- Loading branch information
Showing
4 changed files
with
78 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Frequently Asked Questions | ||
|
||
## Can I run multiple Sync Agents on the same service cluster? | ||
|
||
Yes, absolutely, however you must configure them properly: | ||
|
||
A given `PublishedResource` must only ever be processed by a single Sync Agent Pod. The Helm chart | ||
configures leader-election by default, so you can scale up to have Pods on stand-by if needed. | ||
|
||
By default the Sync Agent will discover and process all `PublishedResources` in your cluster. Use | ||
the `--published-resource-selector` (`publishedResourceSelector` in the Helm values.yaml) to | ||
restrict an Agent to a subset of published resources. | ||
|
||
## Can I synchronize multiple kcp setups onto the same service cluster? | ||
|
||
Only if you have distinct API groups (and therefore also distinct `PublishedResources`) for them. | ||
You cannot currently publish the same API group onto multiple kcp setups. See issue #13 for more | ||
information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters