Skip to content

Commit

Permalink
fix ci multi node cluster error
Browse files Browse the repository at this point in the history
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
  • Loading branch information
yankay committed Feb 28, 2024
1 parent 7c3e01f commit 8245fc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nerdctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
env:
JOB_NAME: "nerdctl-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
IP_FAMILY: ${{ matrix.ipFamily }}
NERDCTL_VERSION: "1.7.3"
NERDCTL_VERSION: "1.7.4"
CONTAINERD_VERSION: "1.7.13"
CNI_PLUGINS_VERSION: "1.3.0"
CNI_PLUGINS_VERSION: "1.4.0"
KIND_EXPERIMENTAL_PROVIDER: "nerdctl"
steps:
- name: Check out code into the Go module directory
Expand Down Expand Up @@ -74,6 +74,9 @@ jobs:
ipFamily: ${IP_FAMILY}
EOF
- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Create multi node cluster
if: ${{ matrix.deployment == 'multiNode' }}
run: |
Expand Down

0 comments on commit 8245fc9

Please sign in to comment.