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 Mates! Could You Please Enlighten Me On How To Properly Set Up

Hello mates! Could you please enlighten me on how to properly set up apt and pip caches in k8s agents? (using helm agent v. 5.2.2)

  
  
Posted one month ago
Votes Newest

Answers 3


@<1523701070390366208:profile|CostlyOstrich36> Could you please suggest something?

  
  
Posted one month ago

/mnt/data/k8s-pvs/clearml-agent-pv is a mounted folder

pip-download-cache folder is created but it stays empty

  
  
Posted one month ago

my current agent config for worker looks like the following now

agent {
      worker_id: "k8s-service-worker"
      worker_name: "k8s-service-worker"
      git_user: "gitlab+deploy-token-4"
      git_pass: "xxx"
      docker_force_pull: true
      package_manager.system_site_packages: false
      venvs_dir: ~/.cache/venvs-builds
      venvs_cache: {
          max_entries: 5
          free_space_threshold_gb: 10.0
          path: /mnt/data/k8s-pvs/clearml-agent-pv/venvs-cache
      },
      pip_download_cache {
          enabled: true,
          path: /mnt/data/k8s-pvs/clearml-agent-pv/pip-download-cache
      },
      vcs_cache {
          enabled: true,
          path: /mnt/data/k8s-pvs/clearml-agent-pv/vcs-cache
      },
    }
  
  
Posted one month ago
76 Views
3 Answers
one month ago
one month ago
Tags