From 1ad9916f132ef36ed77c96c5d31ff8311dc9581a Mon Sep 17 00:00:00 2001 From: "weizhou.lan@daocloud.io" Date: Mon, 22 Aug 2022 21:01:54 +0800 Subject: [PATCH] chart: remove values GcEvictedPodPod Signed-off-by: weizhou.lan@daocloud.io --- .github/workflows/lint-spell.yaml | 2 +- .github/workflows/update-chart-readme.yml | 4 ++-- charts/spiderpool/templates/deployment.yaml | 4 ---- charts/spiderpool/values.yaml | 7 ------- 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/lint-spell.yaml b/.github/workflows/lint-spell.yaml index e6a8ac735d..d25b29f848 100644 --- a/.github/workflows/lint-spell.yaml +++ b/.github/workflows/lint-spell.yaml @@ -45,7 +45,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ steps.get_ref.outputs.ref }} diff --git a/.github/workflows/update-chart-readme.yml b/.github/workflows/update-chart-readme.yml index 1c78001fb2..7f2d74d0d7 100644 --- a/.github/workflows/update-chart-readme.yml +++ b/.github/workflows/update-chart-readme.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout bitnami-labs/readme-generator-for-helm - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'bitnami-labs/readme-generator-for-helm' ref: '1af12881436b1f58f0643d733fd5196b4a11caa8' @@ -37,7 +37,7 @@ jobs: npm install - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} path: thisPorject diff --git a/charts/spiderpool/templates/deployment.yaml b/charts/spiderpool/templates/deployment.yaml index e6c5fab8e3..a9e6d605f3 100644 --- a/charts/spiderpool/templates/deployment.yaml +++ b/charts/spiderpool/templates/deployment.yaml @@ -172,10 +172,6 @@ spec: value: {{ .Values.feature.gc.GcDeletingTimeOutPod.enabled | quote }} - name: SPIDERPOOL_GC_TERMINATING_POD_IP_DELAY value: {{ .Values.feature.gc.GcDeletingTimeOutPod.delay | quote }} - - name: SPIDERPOOL_GC_EVICTED_POD_IP_ENABLED - value: {{ .Values.feature.gc.GcEvictedPodPod.enabled | quote }} - - name: SPIDERPOOL_GC_EVICTED_POD_IP_DELAY - value: {{ .Values.feature.gc.GcEvictedPodPod.delay | quote }} - name: SPIDERPOOL_POD_NAME valueFrom: fieldRef: diff --git a/charts/spiderpool/values.yaml b/charts/spiderpool/values.yaml index 5e8d3a6af7..56c6ae49cf 100644 --- a/charts/spiderpool/values.yaml +++ b/charts/spiderpool/values.yaml @@ -57,13 +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 ## clusterDefaultPool: