Skip to content

Knative Kn Plugin Quickstart release v1.0.0

Choose a tag to compare

@knative-prow-releaser-robot knative-prow-releaser-robot released this 02 Nov 19:56
· 3 commits to release-1.0 since this release
d5312b5

This plugin allows users to quickly set up a local Knative cluster running on Kind using the kn client.

For details on installing and using the plugin, see the README.

Updates in this release:

  • Adds a check to see if docker is running before trying to start quickstart on kind
  • Updates the plugin to use a minimum kind version, rather than a specific one (i.e. version >= 0.11 vs. version == 0.11)
  • Users will see the cluster creation info from kind/minikube while quickstart is running
  • Removes a bug where some users may have had multiple tunnels launched when using minikube
  • Move to a manual minikube tunnel for Windows/Mac users
  • Update to kubernetes v1.22.2 for kind and minikube