Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jerop authored Nov 13, 2023
1 parent 7dadd88 commit c4a1a4e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ by abstracting away the underlying implementation details.

## Prerequisites

Connect to your Kubernetes Cluster or configure it using Kubernetes in Docker
Connect to your Kubernetes cluster:
- ([GCP](https://github.com/google-github-actions/auth)
- [AWS](https://github.com/aws-actions/configure-aws-credentials))

```yaml
- uses: engineerd/[email protected]
```
Install Tekton Pipelines
Or configure a Kubernetes cluster using KinD:

```yaml
- run: kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
- uses: engineerd/[email protected]
```
## Usage
Expand All @@ -42,4 +40,3 @@ Install Tekton Pipelines
## Demo

Use of Tekton and GitHub Actions is demonstrated in https://github.com/jerop/demo-tkn

0 comments on commit c4a1a4e

Please sign in to comment.