Skip to content

Commit

Permalink
.github: remove use of deprecated --disable-check cilium-cli flag
Browse files Browse the repository at this point in the history
The --disable-check option to cilium install has been deprecated and
no longer performs any validation checks since commit 16b91de
("cilium-cli: Deprecate --disable-check flag").

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Nov 5, 2024
1 parent 06cca1b commit 6dc9a64
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/actions/cilium-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion .github/actions/helm-default/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-clustermesh-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6dc9a64

Please sign in to comment.