Skip to content

Commit

Permalink
Improve user profiles 🧹
Browse files Browse the repository at this point in the history
I missed a couple pieces of feedback from @sbwsg: a typo and also a
comment about folks who may want to conform to the Tekton API but not
use the same implementation. I'm not sure I've fully captured that here
but hopefully it's a start?
  • Loading branch information
bobcatfish authored and tekton-robot committed Jan 6, 2021
1 parent 2559929 commit a18f1f8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion user-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,18 @@ For example:
* [Jenkins X](https://github.com/jenkins-x/jx)
* A platform team at a company who chooses to create their own bespoke user experience on top of Tekton

#### 3a. Platform Builder Implementing the Tekton API

Some platform builders may wish to create their own systems which comply to Tekton API specs (e.g.
[the Tekton Pipelines API spec](https://github.com/tektoncd/pipeline/blob/master/docs/api-spec.md)) but use their own
implementations.

For example:
* Someone who wants to use Tekton Tasks but does not want to use Kubernetes

### 4. Tekton Installation Operator

A Tekton installation operator administers the an installation of Tekton in a kubernetes cluster (e.g. maybe via [the Tekton Operator](https://github.com/tektoncd/operator)).
A Tekton installation operator administers an installation of Tekton in a kubernetes cluster (e.g. maybe via [the Tekton Operator](https://github.com/tektoncd/operator)).

### 5. Supporting Tool Developer

Expand Down

0 comments on commit a18f1f8

Please sign in to comment.