We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c60117 commit 1df961dCopy full SHA for 1df961d
e2e/test/lb-with-udp-ports-stickiness/chainsaw-test.yaml
@@ -72,3 +72,8 @@ spec:
72
check:
73
($error == null): true
74
(contains($stdout, 'Stickiness successfully updated to source_ip')): true
75
+ catch:
76
+ - script:
77
+ content: |
78
+ echo "Test failed. Fetching CCM logs..."
79
+ kubectl logs -n kube-system daemonsets/ccm-linode | grep "lb-with-udp-ports-stickiness"
0 commit comments