From b750fb4903d8a50b08502ce379e2c7bb8d47040c Mon Sep 17 00:00:00 2001 From: Divyansh42 Date: Tue, 19 May 2020 10:41:09 +0530 Subject: [PATCH] Add replacement for cluster resource in "v1alpha1 to v1beta1 migration" docs This is part of providing documentation for alternative to pipeline resource. As we have now kubeconfig-creator task in the catalog as the replacement for cluster resource, Added the same in the "v1alpha1 to v1beta1 migration" docs. Ref: #1369 Signed-off-by: Divyansh42 --- docs/migrating-v1alpha1-to-v1beta1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migrating-v1alpha1-to-v1beta1.md b/docs/migrating-v1alpha1-to-v1beta1.md index c2726771b45..6fbdd98037e 100644 --- a/docs/migrating-v1alpha1-to-v1beta1.md +++ b/docs/migrating-v1alpha1-to-v1beta1.md @@ -178,3 +178,7 @@ For examples of replacing an `image` resource, see the following Catalog `Tasks` illustrates how to write the digest of an image to a result. - The [Buildah Catalog `Task`](https://github.com/tektoncd/catalog/blob/v1beta1/buildah/) illustrates how to accept an image digest as a parameter. + +### Replacing a `cluster` resource + +You can replace a `cluster` resource with the [`kubeconfig-creator` Catalog `Task`](https://github.com/tektoncd/catalog/tree/v1beta1/kubeconfig-creator).