Seems to be using wrong port- using the http port?
# ask-the-community
k
Seems to be using wrong port- using the http port?
d
Wrong Port Where do I have to change in values.yaml file of flyte-core and also what to write?
I only added ingress with some commonAnnotations and few more auth settings. Didn't change any port in config
k
Cc @David Espejo (he/him) ?
d
@Ketan (kumare3) See this is also I get in the logs of flytescheduler initContainer. All other pods are in Status Running except flytescheduler.
Also a note I am using Proxy variables, HTTPS_PROXY, HTTP_PROXY, NO_PROXY in each pod.
d
@Devendra Johari from what you have been also sharing with me on DM, I want to understand the current status. Is the error on the
flytescheduler-check
container the only error left in your deployment? For that one, the init container tries to contact the flyteadmin API endpoint, something that shouldn't contact the Ingress (I'm not sure if it happens when using a proxy) We've seen that
frame too large
type of errors with NGINX in the past and seems to be solved when an annotation is added to the Ingress config:
<http://nginx.ingress.kubernetes.io/proxy-buffer-size|nginx.ingress.kubernetes.io/proxy-buffer-size>: "128k"
d
Olay let me try with this annotation as well in ingress. Also I will send you my config file in a minute