feat: add decoupled mode support#461
Merged
Merged
Conversation
Signed-off-by: Jintao Zhang <[email protected]>
Signed-off-by: Jintao Zhang <[email protected]>
Signed-off-by: Jintao Zhang <[email protected]>
tokers
reviewed
Feb 7, 2023
Signed-off-by: Jintao Zhang <[email protected]>
Signed-off-by: Jintao Zhang <[email protected]>
spacewander
reviewed
Feb 8, 2023
Signed-off-by: Jintao Zhang <[email protected]>
Contributor
# Deploy APISIX's control plane
➜ ~ helm install apisix-control-plane apisix/apisix --set deployment.mode=control_plane
# Deploy APISIX's data plane
➜ ~ helm install apisix-data-plane apisix/apisix --set deployment.mode=data_plane --set deployment.control_plane.host=https://apisix-control-plane-admin.apisix.svc:9280 --set deployment.control_plane.prefix="/apisix" As far as I know, etcd is deployed by default, and etcd is also required in this mode. |
spacewander
approved these changes
Feb 8, 2023
Member
Author
only control_plane need etcd.
yes, the user should disable etcd deploy. |
AlinsRan
approved these changes
Feb 8, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes: #440
closes: #459
Signed-off-by: Jintao Zhang [email protected]