-
Notifications
You must be signed in to change notification settings - Fork 26
Create Tekton on OKD Document #3
Comments
I have joined tekton documentation groups, etc and such info, working on understanding |
After trying many ways to get Tekton operator and all, this worked for me: Built on Fedora using https://github.com/tektoncd/operator/blob/main/DEVELOPMENT.md will take ~ half hour to populate openshift-pipelines Does not seem needed to apply SCC this way (perhaps needed for some tasks?) Do not try the end to end tests on a production server, for me it cleaned out all operators (not just Tekton ones) Trying various ways of installing Tekton, many unsuccessful attempts left residual tektoninstallersets in etcd that needed to be cleaned out to proceed: /kubernetes.io/operator.tekton.dev/tektoninstallersets/addon-communityclustertasks-7wjf5 (find with etcdctl get --keys-only --from-key / | grep tekton |
excellent, whew... |
To upgrade to 4.12 needed to uninstall old Tekton CD operator. The openshift-pipelines-operator is using the v2beta1/horizontalpodautoscalers api. This disappears in k8s 1.25 |
Create a document that outlines a basic install of Tekton pipelines on OKD.
The text was updated successfully, but these errors were encountered: