seunggs
07/07/2022, 4:00 AMPrafulla Mahindrakar
07/07/2022, 5:47 AMkubectl get ingress -n flyte -o yaml
- backend:
service:
name: flyteadmin
port:
number: 80
path: /me
pathType: ImplementationSpecific
Also this only is backed by service currently if auth is enabled.
https://github.com/flyteorg/flyteadmin/blob/2a216f5684360f3e68b3130bc5057f4d3a4466b3/pkg/server/service.go#L256
OR
https://github.com/flyteorg/flyteadmin/blob/2a216f5684360f3e68b3130bc5057f4d3a4466b3/pkg/server/service.go#L359
So if you don’t have auth enabled then you can ignore the error . But you can create a issue to avoid calling this API.
For the 404 issue : This is an expected error if you dont have an overriden workfexecutionConfig for flytexamples/developmentseunggs
07/07/2022, 3:19 PM/me
error is expected then. Can you elaborate on 404 issue a little? What is workfexecutionConfig
?Prafulla Mahindrakar
07/07/2022, 3:23 PMseunggs
07/07/2022, 3:26 PMPrafulla Mahindrakar
07/07/2022, 3:27 PMseunggs
07/07/2022, 3:27 PMPrafulla Mahindrakar
07/07/2022, 3:31 PMseunggs
07/07/2022, 3:31 PMPrafulla Mahindrakar
07/07/2022, 3:32 PMseunggs
07/07/2022, 3:32 PM