You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kind is great for testing tooling and applications against different versions of k8s, but it looks like another significant use case is testing Kubernetes custom builds, for example as part of contributing to k8s upstream. Can we provide a smooth optimised workflow around kind build node-image and kind create cluster for a k8s contributor to quickly spin up a cluster based on their current working copy? Or is this a silly idea?
The text was updated successfully, but these errors were encountered:
Kind is great for testing tooling and applications against different versions of k8s, but it looks like another significant use case is testing Kubernetes custom builds, for example as part of contributing to k8s upstream. Can we provide a smooth optimised workflow around
kind build node-image
andkind create cluster
for a k8s contributor to quickly spin up a cluster based on their current working copy? Or is this a silly idea?The text was updated successfully, but these errors were encountered: