提交 0e0785d2 编写于 作者: J Joel Lord 提交者: tekton-robot

Updated installation instructions for OpenShift

Added a mention to use no.tags
上级 52f86d9e
......@@ -55,9 +55,22 @@ documentation for more information.
To install the core component of Tekton, Tekton Pipelines, run the command below:
{{% tabs %}}
{{% tab "Kubernetes" %}}
```sh
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
```
{{% /tab %}}
{{% tab "OpenShift" %}}
If your container runtime does not support image-reference:tag@digest (for example, like cri-o used in OpenShift 4.x), use release.notags.yaml instead:
```sh
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.notags.yaml
```
{{% /tab %}}
{{% /tabs %}}
{{% alert title="Note" color="success" %}}
This command automatically installs the latest official release of the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册