Skip to content
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

DX: ease the requirements installation #28

Open
raskyld opened this issue Oct 28, 2023 · 0 comments
Open

DX: ease the requirements installation #28

raskyld opened this issue Oct 28, 2023 · 0 comments
Labels
dx Developer Experience enhancement New feature or request

Comments

@raskyld
Copy link
Owner

raskyld commented Oct 28, 2023

Is your feature request related to a problem? Please describe.
The Taskfile and the opinionated development environment shipped with go-tektasker requires other tool:

  • ko builder
  • kubectl and a valid context pointing to a cluster with tekton installed
  • task to run the taskfile

This may hurt DX and create an useless barrier to use Tektasker.

Describe the solution you'd like

An installer that SHOULD install task, ko and propose to install Tekton Pipelines to the current Kubernetes
context if the CRDs are not found. It should be easy to maintain and to read so the user isn't
scared to launch it. (more likely a bash script right?)

It should be interactive (asks the user for permission) and use go install for task and ko so we don't have to deal with
arch and OS specificities.

@raskyld raskyld added enhancement New feature or request dx Developer Experience labels Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Developer Experience enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant