This repository was archived by the owner on Jun 28, 2023. It is now read-only.
Determine the viability of start/stop lifecycle hooks in unmanaged-cluster for the kind provider #3977
Labels
kind/feature
A request for a new feature
owner/core-eng
Work executed by TCE's core engineering team
Stale
Labeled by Stale-bot
Milestone
With #3804 in place, we can now start/stop single-node kind clusters we install Tanzu atop.
However, kind does not support this as a first-class feature, see:
start
andstop
command tokind
. kubernetes-sigs/kind#2715Today, we drop a layer below kind and talk to
docker
to do start/stop-like functionality.In our next release, we should consider whether we want to keep this approach for kind. Considerations include things like:
kind
interested in us contributing this?note: minikube has first-class support for start/stop and could continue to offer this feature independent of this decision
The text was updated successfully, but these errors were encountered: