-
Notifications
You must be signed in to change notification settings - Fork 36
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 EKS support #5
Labels
Comments
ErinCall
added
enhancement
New feature or request
drone-helm parity
Feature parity with drone-helm
labels
Dec 17, 2019
ErinCall
added a commit
that referenced
this issue
Dec 27, 2019
As I started writing tests for EKS config, dealing with the repeated setup/verification code was cumbersome. This should make it much easier to add new tests.
ErinCall
added a commit
that referenced
this issue
Dec 27, 2019
I *think* this will work, but without access to an EKS cluster I can't actually test it.
I'm moving this out of the v1 milestone:
I have a branch that's mostly complete, but it can just stay on the backburner until/unless we actually need it. |
ErinCall
added a commit
that referenced
this issue
Dec 27, 2019
We'd like to support it eventually, but the current state of affairs doesn't justify the effort. Also removed some vestigial code that was copy-pasta from the kubeconfig in drone-helm.
4 tasks
josmo
added a commit
that referenced
this issue
Jan 1, 2020
Mention that EKS isn't currently supported [#5]
Im currently testing this and have a use case for it. After I confirm that it works maybe you would want to merge it in? |
@Eguthrie3214 Definitely and let us know if you need any help :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
internal/helm.Config
will need two new fields:internal/run.InitKube
and.kubeValues
will need matching fields, so their values can be passed along to thekubeconfig
template.InitKube.Prepare
, ifi.EKSCluster != ""
,i.Token
should not be mandatory (and should probably be forbidden).See also ipedrazas/drone-helm#80 for how this was implemented over there.
The text was updated successfully, but these errors were encountered: