We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84101f2 + a2cb274 commit 5fcf39dCopy full SHA for 5fcf39d
.github/workflows/nerdctl.yaml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
JOB_NAME: "nerdctl-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
28
IP_FAMILY: ${{ matrix.ipFamily }}
29
- NERDCTL_VERSION: "1.7.4"
+ NERDCTL_VERSION: "2.0.2"
30
KIND_EXPERIMENTAL_PROVIDER: "nerdctl"
31
steps:
32
- name: Check out code into the Go module directory
@@ -91,7 +91,7 @@ jobs:
91
- name: Export logs
92
if: always()
93
run: |
94
- sudo cat /etc/cni/net.d/*
+ sudo find /etc/cni/net.d/ -type f -exec sh -c 'echo "{}" && cat "{}"' \;
95
sudo mkdir -p /tmp/kind/logs
96
sudo /usr/local/bin/kind export logs /tmp/kind/logs
97
sudo chown -R $USER:$USER /tmp/kind/logs
0 commit comments