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
Hi, I Installed Clearml In Gcp Instance:

Hi, I installed clearML in GCP instance:

root@instance-group-clearml-t1m6:~# docker ps
CONTAINER ID   IMAGE                      COMMAND                  CREATED         STATUS              PORTS                                           NAMES
796092c210f2   allegroai/clearml:latest   "/opt/clearml/wrappe…"   5 minutes ago   Up About a minute   8008/tcp, 8080-8081/tcp, 0.0.0.0:8080->80/tcp   clearml-webserver
f9c675eba56a   allegroai/clearml:latest   "python3 -m jobs.asy…"   5 minutes ago   Up About a minute   8008/tcp, 8080-8081/tcp                         async_delete
27556702ad73   allegroai/clearml:latest   "/opt/clearml/wrappe…"   5 minutes ago   Up About a minute   0.0.0.0:8008->8008/tcp, 8080-8081/tcp           clearml-apiserver
0a76a168761b   allegroai/clearml:latest   "/opt/clearml/wrappe…"   5 minutes ago   Up About a minute   8008/tcp, 8080/tcp, 0.0.0.0:8081->8081/tcp      clearml-fileserver
a1ac1c381448   redis:7.4.1                "docker-entrypoint.s…"   5 minutes ago   Up About a minute   6379/tcp                                        clearml-redis
34382241a8ba   mongo:6.0.19               "docker-entrypoint.s…"   5 minutes ago   Up About a minute   27017/tcp                                       clearml-mongo
c982b63a7f23   elasticsearch:8.17.0       "/bin/tini -- /usr/l…"   5 minutes ago   Up About a minute   9200/tcp, 9300/tcp                              clearml-elastic

this gcp instance is behind a intance group and I set application LB that forward the traffic to that instance.
any tips how to solve it?
image

  
  
Posted 2 months ago
Votes Newest

Answers 2


LB redirect all traffic to the instance group with the compute engine that install the components

  
  
Posted 2 months ago

Hi PreciousCentipede43 , how is the LB configured?

  
  
Posted 2 months ago