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

update kind to 0.7.0 #16

Closed monotek closed 4 years ago

monotek commented 4 years ago

fixes not running kind jobs where the charts use persistence.

For example:

Kind fixed it by: https://github.com/kubernetes-sigs/kind/pull/1157 which is in release 0.7.0

monotek commented 4 years ago

I've added the storageclass test again using "standard" instead of "local-path".

monotek commented 4 years ago

Is anything missing here to get this merged?

davidkarlsen commented 4 years ago

I think it looks good. @scottrigby @cpanato @unguiculus ?

monotek commented 4 years ago

Why not just remove the local path provisioner since it is now included in kind?

Done

scottrigby commented 4 years ago

Love that this was addressed upstream 💯 Thanks @monotek