8000 GitHub - crt-fork/kn-plugin-quickstart: Kn plugin for installation of Knative cluster for developers to quickstart.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kn plugin for installation of Knative cluster for developers to quickstart.

License

Notifications You must be signed in to change notification settings

crt-fork/kn-plugin-quickstart

8000
 
 

Repository files navigation

kn-plugin-quickstart

kn-plugin-quickstart is a plugin of the Knative Client, to enable users to quickly set up a local Knative environment from the command line.

Getting Started

Installation

You can download the latest binaries from the Releases page.

There are two ways to run kn quickstart:

  1. You can run it standalone, just put it on your system path and make sure it is executable.
  2. You can install it as a plugin of the kn client to run:
    • Follow the documentation to install kn client if you don't have it
    • Copy the kn-quickstart binary to a directory on your PATH (for example, /usr/local/bin) and make sure its filename is kn-quickstart
    • Run kn plugin list to verify that the kn-quickstart plugin is installed successfully

After the plugin is installed, you can use kn quickstart to run its related subcommands.

Usage

Get up and running with a local Knative environment

Usage:
  kn-quickstart [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  help        Help about any command
  kind        Quickstart with Kind
  minikube    Quickstart with Minikube
  version     Prints the plugin version

Flags:
  -h, --help   help for kn-quickstart

Use "kn-quickstart [command] --help" for more information about a command.

Quickstart with KinD

Set up a local Knative cluster using KinD:

kn quickstart kind

Quickstart with Minikube

Set up a local Knative cluster using Minikube:

kn quickstart minikube

Building from Source

You must set up your development environment before you build kn-plugin-quickstart.

Once you've set up your development environment, you can build the plugin by running the following commands:

git clone git@github.com:knative-sandbox/kn-plugin-quickstart.git
cd kn-plugin-quickstart
./hack/build.sh

About

Kn plugin for installation of Knative cluster for developers to quickstart.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 62.9%
  • Shell 37.1%
0