[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme doc fix #735

Merged
merged 2 commits into from
Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Refer to [installation](./docs/usage/install.md).

## Quick Start

Refer to [demo](./docs/usage/demo.md).
Refer to [demo](./docs/usage/basic.md).

## Development

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
--set feature.enableIPv4=true --set feature.enableIPv6=false \
--set clusterDefaultPool.installIPv4IPPool=true --set clusterDefaultPool.installIPv6IPPool=false \
--set clusterDefaultPool.ipv4Subnet=${ipv4_subnet} \
--set clusterDefaultPool.ipv4IPRanges={${ipv4_ip_range}} \
--set clusterDefaultPool.ipv4IPRanges={${ipv4_range}} \
--set clusterDefaultPool.ipv4Gateway=${Ipv4Gateway}

```
Expand Down