Skip to content

Commit

Permalink
Add replacement for cluster resource in "v1alpha1 to v1beta1 migratio…
Browse files Browse the repository at this point in the history
…n" 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 <[email protected]>
  • Loading branch information
divyansh42 authored and tekton-robot committed May 19, 2020
1 parent 17fec6c commit ebae092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/migrating-v1alpha1-to-v1beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit ebae092

Please sign in to comment.