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
Anyone Know How To Override The Task Start Up Shell Script Via The Helm Charts? I Have A Aws Eks K8S Cluster W/ Port 80 Closed To Force All Traffic Over Port 443 Which Is Causing Issues W/

Anyone know how to override the task start up shell script via the helm charts? I have a AWS EKS k8s cluster w/ port 80 closed to force all traffic over port 443 which is causing issues w/ apt-get update . I see the agentk8sglue.customBashScript and agentk8sglue.containerCustomBashScript parameters but its sort of unclear exactly what they do and how to use them.

  
  
Posted one year ago
Votes Newest

Answers 4


@<1523701205467926528:profile|AgitatedDove14> any idea how to overide this from the helm charts though?

I tried :

clearml:
  clearmlConfig: |-
    agent {
      docker_init_bash_script = [
        "echo 'testing....'"
      ]
    }

with no luck... it still seemed to use the default startup script.

  
  
Posted one year ago

Hmm that is a good question, are you mounting the clearml.conf somehow ?

  
  
Posted one year ago

@<1523701566945628160:profile|ZippyAlligator65> you need to set up the containerCustomBashScript which will be applied to any pod running a specific task

  
  
Posted one year ago
570 Views
4 Answers
one year ago
one year ago
Tags