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
Unanswered
Hi, I Try To Use Clearml First Time On Mine Eks Cluster. So I Install It With This Helm Chart:


I will send you an example of the API server value:
` apiserver:
prepopulateEnabled: "true"
prepopulateZipFiles: "/opt/clearml/db-pre-populate"
prepopulateArtifactsPath: "/mnt/fileserver"
configDir: /opt/clearml/config

-- Amount of seconds the authorization cookie will last in user browser

authCookiesMaxAge: 864000

service:
# -- This will set to service's spec.type field
type: LoadBalancer
port: 8008
# -- If service.type set to NodePort, this will be set to service's nodePort field.
# If service.type is set to others, this field will be ignored
nodePort: 30008 `When I am using curl to the API.<dns>
I am getting a response immediately and when i do curl to files.<dns> i am getting an html response, so it looks like i have a connection but the problem with credentials

  
  
Posted 2 years ago
117 Views
0 Answers
2 years ago
one year ago