-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make local dev work with openshift and kubernetes 1.25 #74
Comments
looks like the v0.39.0 of tekton-pipelines is using deprecated kubernetes API:
see also tektoncd/pipeline#5128 and tektoncd/pipeline#4112 |
Signed-off-by: Christoph Görn <[email protected]>
* ✨ add webhooks for defaults and validation 🐛 fix pre-commit fails :arrow_up minor code cleanup, go warnings removed Signed-off-by: Christoph Görn <[email protected]> * ✨ add webhooks validation for required annotations Signed-off-by: Christoph Görn <[email protected]> * ⬆️ operator-sdk update to v1.23.0 Signed-off-by: Christoph Görn <[email protected]> * ✨ refactored the CRD examples for sync with team Signed-off-by: Christoph Görn <[email protected]> * 📝 minor cleanup Signed-off-by: Christoph Görn <[email protected]> * 📝 update annotation key names Signed-off-by: Christoph Görn <[email protected]> * 📝 rename first ReconcilePipelineRun() argument Signed-off-by: Christoph Görn <[email protected]> * ✨ implement the current draft CRD, update tests and webhooks Signed-off-by: Christoph Görn <[email protected]> * 🐛 add missing files, I deleted them during rebase :/ Signed-off-by: Christoph Görn <[email protected]> * ✨ added kind to the local bin/ Signed-off-by: Christoph Görn <[email protected]> * 🐛 renamed the Type to BuildType, due to a bug in go-openapi Signed-off-by: Christoph Görn <[email protected]> * 🐛 this is a workaround for #74 Signed-off-by: Christoph Görn <[email protected]> * ⬆️ update Kubernetes Dashboard Signed-off-by: Christoph Görn <[email protected]> * ⬆️ add some feedback... Signed-off-by: Christoph Görn <[email protected]> * ⬆️ integrate some more feedback... Signed-off-by: Christoph Görn <[email protected]> Signed-off-by: Christoph Görn <[email protected]>
/priority important-soon |
/wg cnbi |
I think this is working now, feel free to re-open |
@goern: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Some of the functionality (e.g. manipulating
ImageStream
s for JupyterHub) requires OpenShift. The current dev instructions in the cnbi spike branch coverkind
as a dev platform, which is not enough for this.Furthermore, I just did a quick test of
make kind-start
using the latest version ofkind
(0.15.0, which brings in Kubernetes 1.25) and the outpout suggests there might be some issues with Tekton:The text was updated successfully, but these errors were encountered: