-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add helm-tiller addon #5363
Add helm-tiller addon #5363
Conversation
Hi @woodcockjosh. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Can one of the admins verify this patch? |
Travis tests have failedHey @woodcockjosh, 1st Buildmake test
TravisBuddy Request Identifier: 462a2890-d81d-11e9-94f2-eb1f1b783936 |
0f181e9
to
18fee0d
Compare
/retest |
@woodcockjosh: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/ok-to-test |
/retest |
this is an exciting PR ! |
/retest this please |
18fee0d
to
8f42ca7
Compare
@woodcockjosh yes please that's a good idea |
8f42ca7
to
c0a2869
Compare
This is done. Let me know if there's anything else needed to merge. |
c0a2869
to
d81e8e9
Compare
@medyagh I'm not sure why those crosscheck build tests failed. I rebased off master. Maybe that will fix it. I saw some message about |
/lgtm /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tstromberg, woodcockjosh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Question: should this be named |
@tstromberg I'll leave that up to you |
If you don't mind, let's name this "helm-tiller", so that it doesn't become confusing as to which part of helm it includes, particularly when helm v3.0 is released. |
Thank you! This will be very useful for users. |
This addon will add the tiller resources to the cluster so that
helm init
doesn't have to be ran every time a new minikube instance is created. This plugin is only necessary while helm is using tiller.