helm / kind-action

A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
306 stars 76 forks source link

kind install fails #8

Closed davidkarlsen closed 4 years ago

davidkarlsen commented 4 years ago

Run helm/kind-action@master Installing kind... Installing kubectl... Creating kind cluster... Creating cluster "chart-testing" ... • Ensuring node image (kindest/node:v1.16.3) 🖼 ... ✓ Ensuring node image (kindest/node:v1.16.3) 🖼 • Preparing nodes 📦 ... ✓ Preparing nodes 📦 • Writing configuration 📜 ... ✓ Writing configuration 📜 • Starting control-plane 🕹️ ... ✓ Starting control-plane 🕹️ • Installing CNI 🔌 ... ✓ Installing CNI 🔌 • Installing StorageClass 💾 ... ✓ Installing StorageClass 💾 • Joining worker nodes 🚜 ... ✓ Joining worker nodes 🚜 • Waiting ≤ 1m0s for control-plane = Ready ⏳ ... ✓ Waiting ≤ 1m0s for control-plane = Ready ⏳ • Ready after 25s 💚

then:

Set kubectl context to "kind-chart-testing"
You can now use your cluster with:

kubectl cluster-info --context kind-chart-testing

Have a nice day! 👋
`kind get kubeconfig-path` is deprecated!

KIND will export and merge kubeconfig like kops, minikube, etc.
This command is now unnecessary and will be removed in a future release.

For more info see: https://github.com/kubernetes-sigs/kind/issues/1060
See also the output of `kind create cluster`

mv: '/home/runner/.kube/config' and '/home/runner/.kube/config' are the same file
##[error]Node run failed with exit code 1

https://github.com/evryfs/helm-charts/commit/a25539817a43b939e13a398b4622b1cbae3fd784/checks?check_suite_id=368305548

davidkarlsen commented 4 years ago

Fixed in https://github.com/helm/kind-action/commit/ad1f32ebb549d12c5e249b78cd8c55042e1f3c05