From 454bfd340d102f16f4f2838cf4487198537e3cfa Mon Sep 17 00:00:00 2001 From: John Gustafson Date: Tue, 10 Oct 2023 09:32:40 -0400 Subject: [PATCH] Added note to install.md to use operator for production when installing pipeline --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index d0f9fe182af..09c5dfea1e2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -46,6 +46,8 @@ To install Tekton Pipelines on a Kubernetes cluster: ```bash kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml ``` + + Note: These instructions are ideal as a quick start installation guide with Tekton Pipelines and not meant for the production use. Please refer to the [operator](https://github.com/tektoncd/operator) to install, upgrade and manage Tekton projects. - **Nightly release:**