Skip to content

Commit

Permalink
Document default-managed-by-label
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and tekton-robot committed Jan 28, 2020
1 parent e5d799e commit 45045db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ The example below overrides the following :
- the default timeout (60 minutes) to 20 minutes
- the default pod template to include an annotation preventing clusterautoscaler to evict a running task pod
(see [here](./taskruns.md#pod-template) or [here](./pipelineruns.md#pod-template) for more infos on pod templates)
- the default `app.kuberrnetes.io/managed-by` label applied to all Pods created
to execute `TaskRun`s.
```yaml
apiVersion: v1
Expand All @@ -211,6 +213,7 @@ data:
default-pod-template: |
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: 'false'
default-managed-by-label-value: "my-tekton-installation"
```
*NOTE:* The `_example` key in the provided [config-defaults.yaml](./../config/config-defaults.yaml)
Expand Down

0 comments on commit 45045db

Please sign in to comment.