Skip to content

Commit

Permalink
GH: Enable Envoy debug in default Cilium options
Browse files Browse the repository at this point in the history
Enable Envoy debug in the default Cilium options so that all workflows
using the defaults have Envoy debug enabled.

Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
  • Loading branch information
jrajahalme authored and aanm committed May 6, 2024
1 parent 00dcdce commit 147103f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/helm-default/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
CILIUM_INSTALL_DEFAULTS="--chart-directory=${{ inputs.chart-dir }} \
--helm-set=debug.enabled=true \
--helm-set=debug.verbose=envoy \
--helm-set=bpf.monitorAggregation=none \
--helm-set=dnsProxy.proxyResponseMaxDelay=250ms \
--helm-set=hubble.relay.retryTimeout=5s"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conformance-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
fi
CILIUM_INSTALL_DEFAULTS="${{ steps.default_vars.outputs.cilium_install_defaults }} \
--helm-set=debug.verbose=envoy \
--helm-set=kubeProxyReplacement=true \
--helm-set=gatewayAPI.enabled=true \
--helm-set=l2announcements.enabled=true"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conformance-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ jobs:
echo sha=${{ steps.default_vars.outputs.sha }} >> $GITHUB_OUTPUT
CILIUM_INSTALL_DEFAULTS="${{ steps.default_vars.outputs.cilium_install_defaults }} \
--helm-set=debug.verbose=envoy \
--helm-set kubeProxyReplacement=${{ matrix.kube-proxy-replacement }} \
--helm-set nodePort.enabled=${{ matrix.enable-node-port }} \
--helm-set=ingressController.enabled=true \
Expand Down

0 comments on commit 147103f

Please sign in to comment.