You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@
6
6
7
7
## Getting Started
8
8
9
-
Note: In order to use the `quickstart` plugin, you must install the [Kubernetes CLI `kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl) and either [`kind`](https://kind.sigs.k8s.io/docs/user/quick-start) or [`minikube`](https://minikube.sigs.k8s.io/docs/start/).
9
+
In order to use the `quickstart` plugin, you must install:
10
+
11
+
*[Kubernetes CLI `kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl) (1.32.0 or later).
12
+
*[`kind`](https://kind.sigs.k8s.io/docs/user/quick-start) (0.26 or later).
13
+
* Or [`minikube`](https://minikube.sigs.k8s.io/docs/start/) (1.35 or later).
10
14
11
15
### Installation
12
16
@@ -16,15 +20,15 @@ There are two ways to run `kn quickstart`:
16
20
17
21
1. You can run it standalone, just put it on your system path and make sure it is executable.
18
22
2. You can install it as a plugin of the `kn` client to run:
19
-
* Follow the [documentation](https://github.com/knative/client/blob/main/docs/README.md#installing-kn) to install `kn client` if you don't have it
20
-
* Copy the `kn-quickstart` binary to a directory on your `PATH` (for example, `/usr/local/bin`) and make sure its filename is `kn-quickstart`
21
-
* Run `kn plugin list` to verify that the `kn-quickstart` plugin is installed successfully
23
+
* Follow the [documentation](https://github.com/knative/client/blob/main/docs/README.md#installing-kn) to install `kn client` if you don't have it.
24
+
* Copy the `kn-quickstart` binary to a directory on your `PATH` (for example, `/usr/local/bin`) and make sure its filename is `kn-quickstart`.
25
+
* Run `kn plugin list` to verify that the `kn-quickstart` plugin is installed successfully.
22
26
23
27
After the plugin is installed, you can use `kn quickstart` to run its related subcommands.
24
28
25
29
## Usage
26
30
27
-
```
31
+
```txt
28
32
Get up and running with a local Knative environment
29
33
30
34
Usage:
@@ -47,7 +51,7 @@ Use "kn-quickstart [command] --help" for more information about a command.
47
51
48
52
Set up a local Knative cluster using [KinD](https://kind.sigs.k8s.io/):
49
53
50
-
```bash
54
+
```bash
51
55
kn quickstart kind
52
56
```
53
57
@@ -59,7 +63,6 @@ Kind can also be configured with an [extra mount](https://kind.sigs.k8s.io/docs/
You must [set up your development environment](https://github.com/knative/client/blob/master/docs/DEVELOPMENT.md#prerequisites) before you build `kn-plugin-quickstart`.
82
+
You must [set up your development environment](https://github.com/knative/client/blob/main/DEVELOPMENT.md#prerequisites) before you build `kn-plugin-quickstart`.
80
83
81
84
Once you've set up your development environment, you can build the plugin by running the following commands:
0 commit comments