add: ` alb.ingress.kubernetes.io/target-type: 'ip'` in the ingress annotation of value-eks.yaml
See original GitHub issueThis breaks the https://docs.flyte.org/en/latest/deployment/aws/manual.html#connecting-to-flyte
Now we will have to add: alb.ingress.kubernetes.io/target-type: 'ip'
in the ingress annotation of value-eks.yaml
RE: https://github.com/flyteorg/flyte/pull/2566 _Originally posted by @jw0515 in https://github.com/flyteorg/flyte/issues/2566#issuecomment-1208376512_
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Ingress annotations - AWS Load Balancer Controller
You can add annotations to kubernetes Ingress and Service objects to customize their behavior. Annotation keys and values can only be strings.
Read more >Application load balancing on Amazon EKS
When you create a Kubernetes ingress , an AWS Application Load Balancer (ALB) is provisioned that load balances application traffic.
Read more >Ingress - Kubernetes
An API object that manages external access to the services in a cluster, typically HTTP. Ingress may provide load balancing, SSL termination ...
Read more >Ingress annotations - aws-load-balancer-controller - GitHub
You can add annotations to kubernetes Ingress and Service objects to customize their ... alb.ingress.kubernetes.io/ip-address-type, ipv4 | dualstack, ipv4 ...
Read more >AWS ALB Ingress Controller for Kubernetes - Alen Komljen
Putting NLB in front also helps if you want static IPs, but it is a manual step. Deployment. Let's deploy ALB ingress controller...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jw0515 – I can’t explore this. Requires cloud compute resources ( AWS ), and that hasn’t been set up for the Open Source project. There is only cloud resources and testing infra for Union employees. I don’t want pay out of pocket for such cloud spend, so I’m not working on these sorts of things. I imagine that @EngHabu and team can take a look eventually.
Strong testing of the deployment guides to ensure nothing breaks with updates/changes is pretty critical.
@alexifm would be great if you can help with adding what you changed in this issue which can eventually we can followup with doc changes or values files changes.