-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operator cannot install Tekton Pipeline components on Kubernetes v1.25 #113
Comments
@adambkaplan @qu1queee this should be moved to the operator repository ? |
I have tested and it's working for me. Steps:
Versionlan@lan:~$ k version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.0", GitCommit:"b46a3f887ca979b1a5d14fd39cb1af43e7e5d12d", GitTreeState:"clean", BuildDate:"2022-12-08T19:58:30Z", GoVersion:"go1.19.4", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.7
Server Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.0", GitCommit:"b46a3f887ca979b1a5d14fd39cb1af43e7e5d12d", GitTreeState:"clean", BuildDate:"2022-12-20T03:35:13Z", GoVersion:"go1.19.4", Compiler:"gc", Platform:"linux/amd64"}
lan@:~$ tkn version
Client version: dev
Pipeline version: v0.44.0
Triggers version: v0.22.1 |
Per @liangyuanpeng - this is working on k8s 1.26, and I suspect it should work on any current version of k8s. I suspect the original issue was that Tekton's operator was out of date. The Operator Lifecycle Manager (olm) lets us declare a dependency on the Tekton operator - when the Shipwright operator is installed, OLM tries to find an appropriate operator for Tekton and install that, too. Part of the Shipwright operator's reconcile loop is to detect if Tekton has been installed, and if not, call the Tekton operator APIs to install it on our behalf. |
Per shipwright-io/build#1173 , when installing the SHP operator, one cannot get the Tekton controller and webhook in the cluster. This only happens on v1.25 and v1.26, however it works on a v1.23.
The text was updated successfully, but these errors were encountered: