Hampus Rosvall
03/30/2022, 6:55 AMFlyteAdmin
Pod in order to perform registration and request executions. I tried to port-forward to the FlyteConsole
Service as well as Pod to access the UI but I am getting the following error, shouldn’t this be possible as well?Yuvraj
03/30/2022, 7:43 AMHampus Rosvall
03/30/2022, 8:01 AMKetan (kumare3)
03/30/2022, 1:31 PMHampus Rosvall
03/31/2022, 8:46 AMvalues-eks.yaml
with additional ConfigMap values for the console. I.e., append ADMIN_API_URL
to the already specified key-values in the original values.yaml
.ADMIN_API_URL
should be populated with the DNS of the LoadBalancer Ingress?Ketan (kumare3)
03/31/2022, 12:49 PMJason Porter
03/31/2022, 5:19 PMDISABLE_AUTH
in v0.34.0
👍Hampus Rosvall
04/01/2022, 6:28 AMvalues.yaml
and upgraded the Helm installation. I then port-forward to the FlyteConsole
service on port 80 and still get the same error. The console ConfigMap is updated with the new ADMIN_API_URL key-value pair!
configmap:
console:
ADMIN_API_URL: <adress>.<http://eu-west-1.elb.amazonaws.com|eu-west-1.elb.amazonaws.com>
Ketan (kumare3)
04/01/2022, 2:02 PMHampus Rosvall
04/01/2022, 2:17 PMroot@ubuntu-client:/# curl -v http://<host>/api/v1/projects
...
{"projects":[{"id":"determined","name":"determined","domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}],"labels":{}},{"id":"flyteexamples","name":"flyteexamples","domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}],"description":"flyteexamples description"},{"id":"flytesnacks","name":"flytesnacks","domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}],"description":"flytesnacks description"},{"id":"flytetester","name":"flytetester","domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}],"description":"flytetester description"},{"id":"mnist","name":"mnist","domains":[{"id":"development","name":"development"},{"id":"staging","name":"staging"},{"id":"production","name":"production"}],"labels":{}}]}root@ubuntu-client:/#
k port-forward svc/flyteconsole 1234:80
Ketan (kumare3)
04/01/2022, 3:02 PMHampus Rosvall
04/01/2022, 3:38 PMKetan (kumare3)
04/01/2022, 3:40 PMHampus Rosvall
04/03/2022, 5:09 PM::ffff:127.0.0.1 - - [03/Apr/2022:17:05:15 +0000] "GET /<host>/api/v1/projects HTTP/1.1" 304 - "<http://localhost:1234/console>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0"
Ketan (kumare3)
04/03/2022, 5:59 PMHampus Rosvall
04/03/2022, 6:00 PMKetan (kumare3)
04/03/2022, 6:02 PMHampus Rosvall
04/03/2022, 6:09 PMADMIN_API_URL
Ketan (kumare3)
04/03/2022, 6:09 PMHampus Rosvall
04/03/2022, 6:11 PMKetan (kumare3)
04/03/2022, 6:12 PMADMIN_API_URL=<http://localhost:8080>
Hampus Rosvall
04/03/2022, 6:16 PMKetan (kumare3)
04/03/2022, 6:16 PM<http://lb>:port/api/v1/projects
lb:port
Hampus Rosvall
04/03/2022, 6:18 PMKetan (kumare3)
04/03/2022, 6:18 PMlb:port
for the console serviceHampus Rosvall
04/03/2022, 6:20 PMADMIN_API_URL
ADMIN_API_URL=<http://lb>:port
in the config mapKetan (kumare3)
04/03/2022, 6:22 PMHampus Rosvall
04/03/2022, 6:24 PMKetan (kumare3)
04/03/2022, 6:29 PMHampus Rosvall
04/03/2022, 6:31 PMKetan (kumare3)
04/03/2022, 6:31 PM