-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support public/private API endpoints settings from file #1693
Support public/private API endpoints settings from file #1693
Conversation
bdca31d
to
81634ac
Compare
@weaveworks/eksctl I got error in circleci but I think this isn't from my changes 🤔 mkdir -p vendor/github.com/aws/
ln -sfn "/go/pkg/mod/github.com/weaveworks/[email protected]" vendor/github.com/aws/aws-sdk-go
time env GOBIN=/go/bin go generate ./pkg/eks/mocks
Unable to find CloudFormationAPI in any go files under this path
pkg/eks/mocks/mocks.go:16: running "/go/bin/mockery": exit status 1
Command exited with non-zero status 1
real 0m 0.19s
user 0m 0.23s
sys 0m 0.09s
make[1]: *** [Makefile:180: pkg/eks/mocks/SSMAPI.go] Error 1
make[1]: Leaving directory '/src'
make: *** [Makefile:85: test] Error 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ota42y ! Looks good. I added a minor comment. Can you also rebase the branch?
d76cb6c
to
d77e90e
Compare
I finished rebase! |
I ran some manual tests and it seems to be working well:
@ota42y Sorry for the late reply. I think we can get this merged for version 0.14 :) can you please move the message from the draft file to |
`update-cluster-endpoints` command changes API endpoint settings (eksctl-io#1149) But this command doesn't read config file. So when we use `-f` option, `eksctl` doesn't change settings.
Co-Authored-By: Martina Iglesias <[email protected]>
592d2de
to
a396076
Compare
rebased and moved message! |
Thank you @ota42y ! |
Description
update-cluster-endpoints
command changes API endpoint settings (#1149)But this command doesn't read config file.
So when we use
-f
option,eksctl
doesn't change settings.Checklist
README.md
, andexamples
directory)area/nodegroup
) and target version (e.g.version/0.12.0
)docs/release_notes/draft.md
(or relevant release note)