-
Notifications
You must be signed in to change notification settings - Fork 665
Description
Hi,
I am not able to complete the tutorial with an error related with the task deployment. I am not sure yet what dependency I'm missing, so thought of raising an issue for it:
joalmaraz$ oc create -f https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-client/openshift-client-task.yaml
error: unable to recognize "https://raw.githubusercontent.com/tektoncd/catalog/master/openshift-client/openshift-client-task.yaml": no matches for kind "Task" in version "tekton.dev/v1alpha1"
Or locally referenced:
pipelines-tutorial joalmaraz$ oc create -f openshift-client-task.yaml
error: unable to recognize "openshift-client-task.yaml": no matches for kind "Task" in version "tekton.dev/v1alpha1"
joalmaraz$ oc version
oc v3.11.0+0cbc58b
kubernetes v1.11.0+d4cacc0
features: Basic-Auth
Server https://****:6443
kubernetes v1.14.0+42b6806
Version | State | Started | Completed
4.2.0-0.okd-2019-06-16-213454 | Completed | Jun 17, 10:11 am | Jun 17, 10:31 am
Operator is installed:
Thanks.
Jose