Closed husky-parul closed 1 year ago
For this, I believe we added a check in local-dev-cluster to validate whether kind is available or not but looks like the check didn't work as expected as I think it found kubectl to be available. Will work on fixing this
@husky-parul Please feel free to give make cluster-up
a go again.
closing this as resolved by https://github.com/sustainable-computing-io/local-dev-cluster/pull/50
I encountered this issue when reviewing the PR
When I run make cluster-up I see the following
But the command failed on a machine with no pre-installed kind
Starting kind with cluster name
kind
Shouldn't the make command ensures that we have kind pre-installed as well? I will open a corresponding issue in the kepler-operator