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
Is The

Is the Dockerfile for building clearml-server available?
I need to change some configs in nginx.conf because the current proxying doesn't work in our environment.

  
  
Posted 2 years ago
Votes Newest

Answers 5


hmm
that would be great.

  
  
Posted 2 years ago

Hi DisgustedDove53 ,
We still haven't gotten around to releasing it. I can provide a draft that can help you build it on your own, but it's not an official release.

  
  
Posted 2 years ago

I actually got the idea to disable istio for the container. I think that'll work considering api-server doesn't need to be accessed directly from outside.

I'll test that and then your approach. If nothing works then I'll post again 😄

Thanks for your help Jake

  
  
Posted 2 years ago

I'll try to find something you can use 🙂

  
  
Posted 2 years ago

DisgustedDove53 while I'll still try to push forward releasing the docker build, I think there's a quicker way - you can actually change the docker-compose and mount an alternative nginx conf file - will that do?

  
  
Posted 2 years ago
561 Views
5 Answers
2 years ago
one year ago
Tags