-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Implement working Task that deploys to k8s using helm #63
Comments
Should we consider this as a |
By "this" do you mean the cluster than gets deployed to? Definitely! Or do you mean the deployment itself? b/c that's an interesting idea that I don't think we'd thought of! |
I meant the |
Oooo neat! I think that's a cool idea, and makes a lot of sense since deployments will probably be a big part of what I imagine folks would want to use Pipelines for. Would you be interested in throwing together an issue to look into designing a |
Sure, I'll write up an issue for it |
Note: for milestone 1, we should go ahead and implement this before #68 |
/assign @pivotal-nader-ziada |
If it helps, Helm's founder contributed and maintains a container image that runs |
- tektoncd#63 - create a pipeline of two tasks, - first task build and push an image - second task helm deploys that image - verify the service created is reachable
- tektoncd#63 - create a pipeline of two tasks, - first task build and push an image - second task helm deploys that image - verify the service created is reachable
- tektoncd#63 - create a pipeline of two tasks, - first task build and push an image - second task helm deploys that image - verify the service created is reachable
- tektoncd#63 - create a pipeline of two tasks, - first task build and push an image - second task helm deploys that image - verify the service created is reachable
- #63 - create a pipeline of two tasks, - first task build and push an image - second task helm deploys that image - verify the service created is reachable
@bobcatfish can you please close this issue, thanks addressed by PR: #160 |
Okay I created #177 to add support for clusters, closing this issue. |
Expected Behavior
Once we have implemented a simple hellworld Task (#59) a user should be able to define a Task that can deploy at a k8s resource using helm.
This would mean that:
To try this out manually, you'll need a k8s cluster has been setup that you can deploy to.
Should include:
Actual Behavior
We have no logic currently for even running a task, but #59 will add basic logic. #62 will expand on this but shouldn't block this task.
Steps to Reproduce the Problem
(Note I am pretty much making up the
helm
command here, please replace it with something that actually works and makes sense!)TaskRun
like this:status
of theTaskRun
has been updated appropriately, e.g. see this example which contains:Additional Info
The text was updated successfully, but these errors were encountered: