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
I'Ve Been Using Clearml On On-Premise Machines And Would Now Like To Deploy Everything In Gcp (Deploy Everything New From Scratch, Don'T Care About Migrating The Data). I'Ve Followed Tutorial

I've been using ClearML on on-premise machines and would now like to deploy everything in GCP (deploy everything new from scratch, don't care about migrating the data). I've followed tutorial None which basically says import image (allegro-files/clearml-server/clearml-server.tar.gz) and spawn a VM instance with it. Additionally, I've added firewall rules to allow all traffic ingress and egress with 0.0.0.0/0 mask. I can access the webserver via http on port 8080 (though I get "Server unavailable" popup in the ClearML web UI) but I cannot access it via https (I get ERR_SSL_PROTOCOL_ERROR). I guess I'm missing some generic step that's assumed but not listed in the docs, any ideas? Thanks!

  
  
Posted 4 months ago
Votes Newest

Answers 11


Probably not, I'm trying to access it via external IP. Could you point me to instructions for that in the docs, I don't remember seeing it anywhere? Thanks!

  
  
Posted 4 months ago

To make sure I understand, I need to setup a domain with a cert and it should work, no additional ClearML config is required?

  
  
Posted 4 months ago

I just added the secrets/keys to docker-compose.yml and restarted everything but no change.

  
  
Posted 4 months ago

you correctly assigned a domain and certificate ?

  
  
Posted 4 months ago

Having a bit of trouble with this one (sorry for possibly dumb questions).
Are there any docs on how to add certs to the docker image? I see this ( None ) which is where letsencrypt points me to, but I'm not sure what's the proper way to do this on the webapp docker (I'd assume there's a non-hacky way to do it as others are using the same setup I'm trying to make work I guess)

  
  
Posted 4 months ago

It seems like it, cause it's impossible to access an IP directly through https without using a domain name without certificate, it will solve this immediate problem at least

  
  
Posted 4 months ago

The simplest would be to have your reverse proxy (eg: nginx)on your GCP VM directly and redirect the requests to that domain toward the clearml-server container imho

  
  
Posted 4 months ago

Got it, thanks!

  
  
Posted 4 months ago

Yup, if you want to access it through https you're required to have a domain pointing to that IP with a certificate in place (using letsencrypt as instance) or else you'll get some SSL error

  
  
Posted 4 months ago

Have you checked that annex ? None

  
  
Posted 4 months ago

Got it, thanks a lot!

  
  
Posted 4 months ago
254 Views
11 Answers
4 months ago
4 months ago
Tags