-
Notifications
You must be signed in to change notification settings - Fork 136
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
Added AWS Guide #31
Added AWS Guide #31
Conversation
Nice looks good 👍
What's that config file for? To replace the cli flags in the |
I'll try it out over the weekend. If it works nicely we might be able to remove the WIP flag 😉 |
It will roll up all the eksctl commands (create cluster, create iamaccount,
associate-iam-oidc) into one config file
…On Fri, Jan 10, 2020, 18:11 Jannik Hollenbach ***@***.***> wrote:
Nice looks good 👍
I could rewrite the eksctl cluster to use a config file too, would you be
interested in that?
What's that config file for? To replace the cli flags in the eksctl
create cluster command?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#31>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENQ5MZ2S4ET6CO5WMEXQPTQ5BCU5ANCNFSM4KFDGXBA>
.
|
Declarative way of life!
…On Fri, Jan 10, 2020, 18:20 Joel Teo ***@***.***> wrote:
It will roll up all the eksctl commands (create cluster, create
iamaccount, associate-iam-oidc) into one config file
On Fri, Jan 10, 2020, 18:11 Jannik Hollenbach ***@***.***>
wrote:
> Nice looks good 👍
>
> I could rewrite the eksctl cluster to use a config file too, would you be
> interested in that?
>
> What's that config file for? To replace the cli flags in the eksctl
> create cluster command?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#31>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AENQ5MZ2S4ET6CO5WMEXQPTQ5BCU5ANCNFSM4KFDGXBA>
> .
>
|
😅 Nice |
guides/aws/aws.md
Outdated
|
||
```sh | ||
#Associate IAM OIDC Provider | ||
wget https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/v1.1.4/docs/examples/cluster-iam.yaml |
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.
I'm getting a 404 when trying to download https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/v1.1.4/docs/examples/cluster-iam.yaml
.
The folder doesn't seem to contain a cluster-iam.yaml
file: https://github.com/kubernetes-sigs/aws-alb-ingress-controller/tree/v1.1.4/docs/examples
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.
Also probably best to update the eks cluster to k8s 1.14 when using all the 1.14 resources.
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.
Ah, I messed up. This link is supposed to point to the repo version.
I'll see if i can get the declarative version out before submitting another PR, as it will invalid this.
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.
Okay nice 👍
👍 Will give it another try this weekend |
Got it running now 👍 |
Fixes issue #15
Do note that links won't work until the repo has been merged.
I could rewrite the eksctl cluster to use a config file too, would you be interested in that?