Skip to content

Knative Kn Plugin Quickstart release v1.3.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 14 Mar 15:51
· 2 commits to release-1.3 since this release
3ca6b55

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:

  • Updates Knative version to 1.3
  • Updates Kubernetes to v1.23 and recommended Minikube to v1.25
  • Go version updated to 1.16
  • Now the cluster name flag does not show a duplicated default message
  • Users can specify the Kubernetes version via a command line argument, for example --kubernetes-version 1.23.2.
  • With kn quickstart kind --kubernetes-version kindest/node:v1.23.0 a different Kubernetes version can be used.