Skip to content

Commit 477ae8e

Browse files
akihikokurodatekton-robot
authored andcommitted
kubectl apply not work for examples with the genereateName
1 parent a5220c1 commit 477ae8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This directory contains examples of [Tekton Pipelines](../README.md) in action.
55
To deploy them to your cluster (after
66
[installing the CRDs and running the controller](../DEVELOPMENT.md#getting-started)):
77

8+
Some examples have `metadata:generateName` instead of `metadata:name`. These examples
9+
can not be executed by `kubectl apply`. Please use `kubectl create` instead.
10+
811
In few examples to demonstrate tasks that push image to registry, sample URL
912
`gcr.io/christiewilson-catfactory` is used. To run these examples yourself, you
1013
will need to change the values of this sample registry URL to a registry you can

0 commit comments

Comments
 (0)