hi Everyone… I have installed flyte admin in AWS, ...
# ask-the-community
e
hi Everyone… I have installed flyte admin in AWS, I can access without problem with a custom url.. using that url in my config to register a package I get the following error: transport: Error while dialing dial tcp: address [url]: missing port in address
k
you can port-forward, but otherwise how can you access Flyte endpoint?
e
Hey.. what endpoint are you refering? I can access to the console with somedomain/console
k
no ports need to be open
it will automatically select the right port
but, it has to use ingress
alb-ingress controller?
e
don’t have knowledge about that… need to investigate
have that configured
k
so you should be able to use the same endpoint
here is an example config
Copy code
admin:
  # For GRPC endpoints you might want to use dns:///flyte.myexample.com
  endpoint: dns:///xyz.example.com
  authType: Pkce
  insecure: false
This works
e
tried that before.. I get this
Screenshot 2023-02-06 at 20.49.58.png
t
@Ketan (kumare3) take a look when you have the chance please!
s
@Eduardo Matus, is this a flyte-binary deployment? Also, can you share your config.yaml file with us? Did a quick search in our Slack directory and found a couple of related questions. Let me know if any of these work for you. • https://discuss.flyte.org/t/8152768/Hi-Community-is-there-any-simple-approach-to-verify-the-GRPChttps://discuss.flyte.org/t/9139433/Hey-all-I-m-having-a-bit-of-trouble-with-the-guide-for-multi
154 Views