-
Notifications
You must be signed in to change notification settings - Fork 267
setting uri using service external IP #1005
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
Comments
Hey @oxeye-schmil, ACK controllers don't currently support something like that. I imagine this would be supported in the form of Hope that answers your question. |
I did separate the charts for the moment |
Hi @oxeye-schmil , Please correct me if my understanding below is incorrect. You want to create a helm chart which has a k8s service(LoadBalancerType) and this k8s service's external IP will be used as uri in API resource. If above is correct, then we have a similar issue#545 that we will work on in the future to handle resource relationship. So I am not sure if we can take this up as a feature request to support relationship between resources not managed by same controller. And this is completely from a technical viewpoint because to establish relationship you need to add informers & watchers in controller. |
Hi I have also another issue with creating an API and link it to a stage in the same Helm chart. Schmil |
Same as your initial question, we don't currently handle this use case. Fields in the spec need to be described statically at apply-time. With that said, if you have an idea for how you would like this to be achieved - from a UX perspective - I would love to hear your feedback! |
instead of using the aws api ID I would use the k8s API resource name. By the way is possible to have the API resource run in "default" stage wihtout creating a stage resource? |
No, you'll need to create the stage resource for invocation. It is possible to create the stage with name "$default", which will allow you to skip stage-name in invocation url. |
We will take care of your feedback when implementing the above mentioned issues. |
Uh oh!
There was an error while loading. Please reload this page.
Hi
According to https://aws.amazon.com/blogs/containers/integrate-amazon-api-gateway-with-amazon-eks/
we should aws cli to set the apigateway uri
In my helm chart I define a service that uses aws lb
I also define an apigateway and would like to use the service fqdn (erternal-ip) to set the uri
Any idea how to do it in the same chart?
service definition
api gateway v2 definition
The text was updated successfully, but these errors were encountered: