From dc0ab563f5fc91cdd6fa311af9070aad6d76594a Mon Sep 17 00:00:00 2001 From: NikitaSkrynnik Date: Sun, 2 Jun 2024 19:10:51 +1100 Subject: [PATCH] Update kind creates and manages local Kubernetes clusters using Docker container 'nodes' Usage: kind [command] Available Commands: build Build one of [node-image] completion Output shell completion code for the specified shell (bash, zsh or fish) create Creates one of [cluster] delete Deletes one of [cluster] export Exports one of [kubeconfig, logs] get Gets one of [clusters, nodes, kubeconfig] help Help about any command load Loads images into nodes version Prints the kind CLI version Flags: -h, --help help for kind --loglevel string DEPRECATED: see -v instead -q, --quiet silence all stderr output -v, --verbosity int32 info log verbosity, higher value produces more output --version version for kind Use "kind [command] --help" for more information about a command. version in calico suite Signed-off-by: NikitaSkrynnik --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c04418c2..c3895fcec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -214,7 +214,7 @@ jobs: - uses: helm/kind-action@v1 with: config: src/github.com/${{ github.repository }}/cluster-config-calico.yaml - version: v0.11.1 + version: v0.23.0 node_image: kindest/node:${{ env.KUBERNETES_VERSION }} wait: 0s - name: Setup external CNI plugin