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
Hello Folks, Does Somebody Use Clearml Deployed By Helm Charts? How Can I Run A Pipeline With

Hello folks,
does somebody use clearml deployed by helm charts? How can I run a pipeline with python mypip.py ? Always receiving the error message, "clearml_agent: ERROR: Can not run task without repository or literal script in script.diff "
Do I have to use a github repo, if so, is there some guidiance, how to do that using the helm charts? How can I reference the file, which contains the pipeline? Do I have to supply a requirementsfile too?
thanks in advance

  
  
Posted 3 months ago
Votes Newest

Answers 4


Hi @<1661542579272945664:profile|SaltySpider22> , are you asking about deploying the server using a helm chart, or deploying the agent using a helm chart?

  
  
Posted 3 months ago

@<1523701087100473344:profile|SuccessfulKoala55>

  
  
Posted 3 months ago

@<1661542579272945664:profile|SaltySpider22> as part of the local task run, ClearML SDK will pick up the repository details and record them on the task, you only need to set up the agent with the required credentials that will allow it to clone the repository

  
  
Posted 2 months ago

I think I need to use git credentials in the agent helm chart. Do I really need to specify a remote git repo and if so, how can i do that? Is that also something, that need to be configured in the helm chart? or in the code of the pipeline

  
  
Posted 3 months ago