Skip to content

Commit 7c60117

Browse files
committed
Adding debug logs for the e2e test
1 parent 8498d7c commit 7c60117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ e2e-test:
209209
LINODE_TOKEN=$(LINODE_TOKEN) \
210210
LINODE_URL=$(LINODE_URL) \
211211
chainsaw test e2e/test/lb-with-udp-ports-stickiness --parallel 2 $(E2E_FLAGS)
212+
KUBECONFIG=$(KUBECONFIG_PATH) kubectl logs -n kube-system daemonsets/ccm-linode | grep "lb-with-udp-ports-stickiness"
212213

213214
.PHONY: e2e-test-bgp
214215
e2e-test-bgp:

0 commit comments

Comments
 (0)