From a61ff15ca303d1c4bd801b20e311d999fb744663 Mon Sep 17 00:00:00 2001 From: Omer B Date: Mon, 5 Apr 2021 17:50:29 -0400 Subject: [PATCH] Update install-serving-with-yaml.md Adding `kn` CLI to Next Steps --- docs/install/install-serving-with-yaml.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install/install-serving-with-yaml.md b/docs/install/install-serving-with-yaml.md index 92c403a8837..a898d387ecf 100644 --- a/docs/install/install-serving-with-yaml.md +++ b/docs/install/install-serving-with-yaml.md @@ -25,7 +25,7 @@ To install the serving component: kubectl apply -f {{< artifact repo="serving" file="serving-crds.yaml" >}} ``` -1. Install the core components of Serving: +1. Install the core components of Knative Serving: ```bash kubectl apply -f {{< artifact repo="serving" file="serving-core.yaml" >}} @@ -378,3 +378,5 @@ After installing Knative Serving: - [Installing Knative Eventing using YAML files](./install-eventing-with-yaml.md) - If you want to add extra features to your installation, see [Installing optional extensions](./install-extensions.md). + +- To easily interact with Knative Services, [download the `kn` CLI](/docs/client/install-kn.md)