Skip to content

Commit

Permalink
Merge pull request #617 from Icarus9913/fix/wk/charts
Browse files Browse the repository at this point in the history
remove spiderpool controller env evicted options
  • Loading branch information
weizhoublue committed Aug 22, 2022
2 parents 33fa703 + 26a11b4 commit 4cfaa5a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/.spelling
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ SPIDERPOOL_IPPOOL_MAX_ALLOCATED_IPS
SPIDERPOOL_GC_IPPOOL_ENABLED
SPIDERPOOL_GC_TERMINATING_POD_IP_ENABLED
SPIDERPOOL_GC_TERMINATING_POD_IP_DELAY
SPIDERPOOL_GC_EVICTED_POD_IP_ENABLED
SPIDERPOOL_GC_EVICTED_POD_IP_DELAY
kubernetes
vlan
ipvlan
Expand Down
2 changes: 0 additions & 2 deletions charts/spiderpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
| `feature.gc.enabled` | enable retrieve IP in spiderippool CR | `true` |
| `feature.gc.GcDeletingTimeOutPod.enabled` | enable retrieve IP for the pod who times out of deleting graceful period | `true` |
| `feature.gc.GcDeletingTimeOutPod.delay` | the gc delay seconds after the pod times out of deleting graceful period | `0` |
| `feature.gc.GcEvictedPodPod.enabled` | enable retrieve IP for the pod who is evicted | `true` |
| `feature.gc.GcEvictedPodPod.delay` | the gc delay seconds after the pod is evicted | `0` |


### clusterDefaultPool parameters
Expand Down
6 changes: 0 additions & 6 deletions charts/spiderpool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ feature:
## @param feature.gc.GcDeletingTimeOutPod.delay the gc delay seconds after the pod times out of deleting graceful period
delay: 0

GcEvictedPodPod:
## @param feature.gc.GcEvictedPodPod.enabled enable retrieve IP for the pod who is evicted
enabled: true

## @param feature.gc.GcEvictedPodPod.delay the gc delay seconds after the pod is evicted
delay: 0

## @section clusterDefaultPool parameters
##
Expand Down
2 changes: 0 additions & 2 deletions docs/cmdref/spiderpool-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Run the spiderpool controller daemon.
SPIDERPOOL_GC_IPPOOL_ENABLED enable GC ip in ippool, prior to other GC environment (true|false, default to true)
SPIDERPOOL_GC_TERMINATING_POD_IP_ENABLED enable GC ip of terminating pod whose graceful-time times out (true|false, default to true)
SPIDERPOOL_GC_TERMINATING_POD_IP_DELAY delay to GC ip after graceful-time times out (second, default to 0)
SPIDERPOOL_GC_EVICTED_POD_IP_ENABLED enable GC ip of evicted pod (true|false, default to true)
SPIDERPOOL_GC_EVICTED_POD_IP_DELAY delay to GC ip of evicted pod (second, default to 0)
SPIDERPOOL_HEALTH_PORT http port (default to 5710)
```

Expand Down

0 comments on commit 4cfaa5a

Please sign in to comment.