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 e06805f commit f6e6839Copy full SHA for f6e6839
.github/workflows/functional_test.yml
@@ -266,8 +266,8 @@ jobs:
266
shell: bash
267
if: matrix.driver == 'none'
268
run: sudo apt-get -qq -y install conntrack
269
- # socat is required for kubectl port forward which is used in some tests such as validateHelmTillerAddon
270
- - name: Install conntrack & socat (baremetal only)
+ # socat is required for kubectl port forward which is used in some tests
+ - name: Install socat (baremetal only)
271
272
273
run: sudo apt-get -qq -y install socat
0 commit comments