Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
make deploy.kind
didn't work, anymore.
After kubernetes-retired#1306 has been merged, `make deploy.kind` broke because it doesn't provide the `KIND_CLUSTER_NAME` variable. An empty default provided to `kind`'s `--name` parameter doesn't make much sense because `kind` will simply error out in that case so using a default of `kind` for the name is the solution that should work most of the time, especially when following the quick start guide in the README.md.
- Loading branch information