Skip to content

Commit

Permalink
πŸ’€ disable unused hubble port-forward
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Oct 26, 2023
1 parent 4a092a6 commit 59a9c74
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,15 @@ jobs:
--wait=false \
--helm-set cni.chainingMode=portmap
- name: Enable Hubble Relay
run: |
cilium hubble enable --ui
- name: Relay Port Forward
run: |
cilium hubble port-forward&
sleep 10s
[[ $(pgrep -f "cilium.*hubble.*port-forward|kubectl.*port-forward.*hubble-relay" | wc -l) == 2 ]]
# - name: Enable Hubble Relay
# run: |
# cilium hubble enable --ui
#
# - name: Relay Port Forward
# run: |
# cilium hubble port-forward&
# sleep 10s
# [[ $(pgrep -f "cilium.*hubble.*port-forward|kubectl.*port-forward.*hubble-relay" | wc -l) == 2 ]]

- name: Run Integration Tests (with Cilium)
run: |
Expand Down

0 comments on commit 59a9c74

Please sign in to comment.