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'M Configuring The Clearml Agent On Top Of Kubernetes With The Helm Chart. I Need To Access Private Repositories In My Github Organization. Which User Should I Use For The Configuration? A Real User Or I Create One Just To Pull Repositories? And The


Hi StoutElephant76 , I think you can use any user that has read privilege. Regarding password - I'm not sure about K8s but for regular agent working over Bitbucket I know you need an app password set up and not just regular user password. I think in GitHub it might be a personal access token. Best do a test locally first (Not on top of K8s) to see what works

  
  
Posted one year ago
69 Views
0 Answers
one year ago
one year ago
Tags