-
Notifications
You must be signed in to change notification settings - Fork 578
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
feature: alb ingress support #1208
Conversation
Signed-off-by: guohaowang <[email protected]>
Signed-off-by: guohaowang <[email protected]>
Hi @Sn0rt. Thanks for your PR. I'm waiting for a kubernetes-sigs or 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Sn0rt The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can we have this as documentation for now? I have two concerns:
|
copy that, secondly, I have some doubts about that someone wants to create many clusters with alb ingress controller support or not under one AWS account, what can't I do for this case to set safe permission. |
Not against having support for it, but we need a better UX then shell scripts. Ties into work that @fabriziopandini is doing with a redesign of Welcome to have a chat as well as I'm UK based. |
@randomvariable ok, I am confused about the safe use of AWS permissions in such a scenario, where users deploy multiple clusters through a manager cluster that uses calico or amazon vpc cni. Enable or disable alb ingress support |
@Sn0rt Can we make this configurable?
|
ok , I will do this later. |
Again, apologies @Sn0rt for leaving this so long. /close |
@randomvariable: Closed this PR. 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. |
@Sn0rt: PR needs rebase. 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. |
this PR want to set alb ingress controller support, this feature require is #1187
if the user use amazon-vpc-cni, the user needs to set correct ingress with
alb.ingress.kubernetes.io/target-type":"ip"
and this pr is base of
multi-az
prhow to use
to set INGRESS with ALB
the addons yaml will be appned some new sections.
to create a cluster and check the cluster status
the 2048game yaml as follow