docs(gateway): improve cluster deployment guide#577
Merged
Conversation
…cripts Documentation improvements based on hands-on 2-node cluster deployment: - Add CVM deployment section (section 3) with env vars, deploy steps, and port planning for single-host multi-node setups - Add app ingress and port routing section (section 4) explaining SNI format - Add test app deployment section (section 5) with end-to-end verification - Add resource sizing and networking modes overview - Fix subnet scheme to use SUBNET_INDEX 0-based allocation matching deploy script behavior - Add SUBNET_INDEX mapping table and cluster sync/peer discovery docs - Add image version note about sync enable logic differences - Fix gateway-1 config: first node should have empty bootnode - Expand verification section with health check criteria - Add Cloudflare DNS:Edit permission note Script changes: - Extract bootstrap logic from deploy-to-vmm.sh into standalone bootstrap-cluster.sh for independent admin configuration - Simplify deploy-to-vmm.sh to focus on CVM deployment only
d5112bb to
b724b75
Compare
- gateway-1 bootnode: use "none" (matching actual deployment) - disk sizing: use 20 GB for all workload tiers
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.
Summary
Improvements to the gateway cluster deployment documentation and deploy scripts, based on hands-on 2-node cluster deployment experience.
Documentation (
gateway/docs/cluster-deployment.md)10.8.0.0/18,10.8.64.0/18) matchingdeploy-to-vmm.shbootnode = "", not point to gateway-2Admin.StatusAPI and health check criteriaScripts
bootstrap-cluster.shfor independent admin configdeploy-to-vmm.shto focus on CVM deployment onlyTest plan