Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Everyone, I Deployed Clearml (

Hello Everyone,

I deployed clearml ( allegroai/clearml:017 ) on a kubernetes cluster in it works fine. I tried to limit access as mentioned here : https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_config.html#web-login-authentication . But it didn't work .
What i did is that i created a ConfigMap with the apiserver.conf data and mount it to /opt/clearml/config inside the container and then restarted the deployment but nothing happened.
I tried also to shh inside the node labeled ( app=clearml ) and put the apiserver.conf inside /opt/clearml/config also nothing happenes when i open the browser
What should i do exactly ?

  
  
Posted 3 years ago
Votes Newest

Answers 13


The file is in the right path... But the web ui still the same

  
  
Posted 3 years ago

Just change the location of the apiserver.conf file inside the docker to opt/trains/config and you should be fine 🙂

  
  
Posted 3 years ago

AgitatedTurtle16 I think the issue is the internal mount dir - current docker images still use the /opt/trains/config dir internally (see https://github.com/allegroai/clearml-server/blob/6434f1028e6e7fd2479b22fe553f7bca3f8a716f/docker/docker-compose.yml#L12 )
This will change in future releases (we just didn't want to "rock the boat" too much on the first clearml-server release 🙂 )

  
  
Posted 3 years ago

Hi AgitatedTurtle16 could you verify you can access the API server with curl?

  
  
Posted 3 years ago

That seems like the k8s routing, can you try the web server curl?

  
  
Posted 3 years ago

image

  
  
Posted 3 years ago

Should be inside the apiserver docker 🙂

  
  
Posted 3 years ago

I will try it and get back to you, thanks

  
  
Posted 3 years ago

This is from inside the pod

  
  
Posted 3 years ago

This is the webserver

  
  
Posted 3 years ago

inside the webserver docker

  
  
Posted 3 years ago

Ah okay, it woked thank you very much guys

  
  
Posted 3 years ago

Are you providing this file inside the webserver docker or inside the apiserver docker?

  
  
Posted 3 years ago
697 Views
13 Answers
3 years ago
one month ago
Tags