Skip to content

Commit

Permalink
set chart enableSpiderSubnet to be true
Browse files Browse the repository at this point in the history
Signed-off-by: Icarus9913 <[email protected]>
  • Loading branch information
Icarus9913 committed Sep 5, 2023
1 parent 00a7ad8 commit 5a636f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/spiderpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
| `ipam.enableIPv4` | enable ipv4 | `true` |
| `ipam.enableIPv6` | enable ipv6 | `true` |
| `ipam.enableStatefulSet` | the network mode | `true` |
| `ipam.enableSpiderSubnet` | SpiderSubnet feature gate. | `false` |
| `ipam.enableSpiderSubnet` | SpiderSubnet feature gate. | `true` |
| `ipam.subnetDefaultFlexibleIPNumber` | the default flexible IP number of SpiderSubnet feature auto-created IPPools | `1` |
| `ipam.gc.enabled` | enable retrieve IP in spiderippool CR | `true` |
| `ipam.gc.gcAll.intervalInSecond` | the gc all interval duration | `600` |
Expand Down
2 changes: 1 addition & 1 deletion charts/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ipam:
enableStatefulSet: true

## @param ipam.enableSpiderSubnet SpiderSubnet feature gate.
enableSpiderSubnet: false
enableSpiderSubnet: true

## @param ipam.subnetDefaultFlexibleIPNumber the default flexible IP number of SpiderSubnet feature auto-created IPPools
subnetDefaultFlexibleIPNumber: 1
Expand Down

0 comments on commit 5a636f6

Please sign in to comment.