allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
381 stars 132 forks source link

Self Hosted ClearMl Server - No option to create credentials #81

Closed okyspace closed 3 years ago

okyspace commented 3 years ago

Hi, I deployed my clearml server with image v1.1.1 in kubernetes. All pods (redis, mongo, elastic, file, api, web servers) are running without error. However when I access my webserver, I do not have option to create credential. image

From my browser network, I got http400 for these api calls. image I don't seems to be able to locate the issue. Any advice?

okyspace commented 3 years ago

Resolved. As pointed out by experts in slack channel, the issue is due to dirty cookies. Either you test with a incogn browser or you can do app.clearml.domain/login to successfully login. This might happened if we tried too many installations.

bmartinn commented 3 years ago

Thanks @okyspace for updating here on the solution 👍