From 6dc9a641ec5b32268fcd535151df48d7977594ef Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 5 Nov 2024 13:34:04 +0100 Subject: [PATCH] .github: remove use of deprecated --disable-check cilium-cli flag The --disable-check option to cilium install has been deprecated and no longer performs any validation checks since commit 16b91de9e121 ("cilium-cli: Deprecate --disable-check flag"). Signed-off-by: Tobias Klauser --- .github/actions/cilium-config/action.yml | 1 - .github/actions/helm-default/action.yaml | 1 - .github/workflows/tests-clustermesh-upgrade.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/actions/cilium-config/action.yml b/.github/actions/cilium-config/action.yml index 2156e3e29dced..e172e4eb0cffe 100644 --- a/.github/actions/cilium-config/action.yml +++ b/.github/actions/cilium-config/action.yml @@ -77,7 +77,6 @@ runs: run: | DEFAULTS="--wait \ --chart-directory=${{ inputs.chart-dir }} \ - --disable-check=minimum-version \ --helm-set=debug.enabled=true \ --helm-set=debug.verbose=envoy \ --helm-set=hubble.eventBufferCapacity=65535 \ diff --git a/.github/actions/helm-default/action.yaml b/.github/actions/helm-default/action.yaml index 3c2938d7b4aae..344a698e07d4e 100644 --- a/.github/actions/helm-default/action.yaml +++ b/.github/actions/helm-default/action.yaml @@ -28,7 +28,6 @@ runs: fi CILIUM_INSTALL_DEFAULTS="--chart-directory=${{ inputs.chart-dir }} \ - --disable-check=minimum-version \ --helm-set=debug.enabled=true \ --helm-set=debug.verbose=envoy \ --helm-set=bpf.monitorAggregation=none \ diff --git a/.github/workflows/tests-clustermesh-upgrade.yaml b/.github/workflows/tests-clustermesh-upgrade.yaml index 7cea18bc8e6c2..98beef5d6038b 100644 --- a/.github/workflows/tests-clustermesh-upgrade.yaml +++ b/.github/workflows/tests-clustermesh-upgrade.yaml @@ -169,7 +169,6 @@ jobs: # down the rollout process and highlight possible connection disruption # occurring in the meanwhile. CILIUM_INSTALL_DEFAULTS=" \ - --disable-check=minimum-version \ --set=debug.enabled=true \ --set=bpf.monitorAggregation=medium \ --set=hubble.enabled=true \