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
Need Guide To Install Clearml Server In Complete Disconnected Environment From Internet On Kubernetes Using Helm Chart. We Have Private Registry Harbour Which I Can Use For This. Please Let Me Know What Can Be Done.


@<1523701087100473344:profile|SuccessfulKoala55> Do you think below YML is okay “apiserver:
image:
registry: " harbor.example.com/projectname "
repository: "allegroai/clearml"
pullPolicy: IfNotPresent
tag: "1.10.0-357"
service:
type: ClusterIP
ingress:
enabled: true
hostName: " api.clearml.example.com "
fileserver:
image:
registry: " harbor.example.com/projectname "
repository: "allegroai/clearml"
pullPolicy: IfNotPresent
tag: "1.10.0-357"
service:
type: ClusterIP
ingress:
enabled: true
hostName: " files.clearml.example.com "
webserver:
image:
registry: " harbor.example.com/projectname "
repository: "allegroai/clearml"
pullPolicy: IfNotPresent
tag: "1.10.0-357"
service:
type: ClusterIP
ingress:
enabled: true
hostName: " app.clearml.example.com "
redis:
master:
name: "{{ .Release.Name }}-redis"
image:
registry: " harbor.example.com/projectname "
## repository: bitnami/redis
## tag: 7.0.9-debian-11-r1
persistence:
enabled: true
accessModes:

  • ReadWriteOnce size: 5Gi
    ## If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner
    storageClass: null
    slave:
    image:
    registry: "harbor.e xample.com/projectname"
    ## repository: bitnami/redis
    ## tag: 7.0.9-debian-11-r1
    persistence:
    enabled: true
    accessModes:
  • ReadWriteOnce size: 5Gi
    ## If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner
    storageClass: null
    architecture: replication

mongodb:
image:
registry: "harbor.example.c om/projectname"
## reposit ory: bitnami/mongodb
## tag: 5.0.10-debian-11-r3
enabled: true
architecture: replicaset
replicaCount: 3
arbiter:
enabled: false
pdb:
create: true
podAntiAffinityPreset: soft
elasticsearch:
replicas: 3

  
  
Posted 11 months ago
93 Views
0 Answers
11 months ago
11 months ago