Skip to content

Commit

Permalink
Merge pull request spidernet-io#2302 from Icarus9913/fix/wk/charts
Browse files Browse the repository at this point in the history
set chart enableSpiderSubnet to be true
  • Loading branch information
weizhoublue committed Sep 5, 2023
2 parents 00a7ad8 + 5a636f6 commit 68ce9ec
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 68ce9ec

Please sign in to comment.