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

Easier quickstart for PipeCD #5148

Open
khanhtc1202 opened this issue Aug 19, 2024 · 1 comment
Open

Easier quickstart for PipeCD #5148

khanhtc1202 opened this issue Aug 19, 2024 · 1 comment
Labels
good first issue Good for newcomers kind/enhancement New feature or request

Comments

@khanhtc1202
Copy link
Member

What would you like to be added:

We have pipectl quickstart command, but it still requires many things to be prepared before touching pipecd. Say, we need

  1. install pipectl
  2. having a k8s cluster and kubectl
  3. install helm
  4. run...

Most of our users may already have (2), so it could be better to remove (1) and (3). I want to serve pre-prepared quickstart manifests, and users can simply run kubectl apply, which could be way easier.

Why is this needed:

@khanhtc1202 khanhtc1202 added the kind/enhancement New feature or request label Aug 19, 2024
@khanhtc1202
Copy link
Member Author

khanhtc1202 commented Aug 19, 2024

Tasks:

  • Make quickstart dir under the main repo containing raw Kubernetes manifests for quickstart (build by helm template command)
  • Add CI step update the quickstart manifests on release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/enhancement New feature or request
Projects
Status: 📋 New
Development

No branches or pull requests

1 participant