Skip to content
  1. Nov 05, 2021
  2. Sep 24, 2021
  3. Sep 22, 2021
  4. Sep 06, 2021
  5. Sep 01, 2021
  6. Aug 30, 2021
  7. Aug 28, 2021
  8. Jun 25, 2021
  9. May 28, 2021
  10. Mar 24, 2021
  11. Mar 01, 2021
  12. Jan 14, 2021
  13. Nov 30, 2020
  14. Sep 30, 2020
  15. Sep 24, 2020
  16. Sep 18, 2020
  17. Jul 31, 2020
  18. Jul 30, 2020
  19. Jul 13, 2020
  20. Jun 17, 2020
  21. Jun 04, 2020
  22. May 27, 2020
  23. May 25, 2020
  24. May 08, 2020
  25. May 05, 2020
  26. May 03, 2020
  27. Apr 24, 2020
    • Sergey's avatar
      add strategy mitogen_linear when installed mitogen (#5985) · 69603aed
      Sergey authored
      * add strategy mitogen_linear when installed mitogen
      
      * add small docs
      
      Rename playbook file
      
      The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
      
      * add mitogen to  CI test
      fix typo
      
      * enable mitogen test on deploy-part1 tests
      change version from master to release
      download tar.gz archive
      
      * run all CI tests with mitogen
      
      * disable mitogen with upgrade CI tests
      
      * enable mitogen on CI tests via env vars
      
      * disable mitogen on CI test by default, enable on some different OS
      
      * disable mitogen CI test on centos8
      (get error  /usr/bin/python: No such file or directory)
      69603aed
  28. Apr 22, 2020
  29. Apr 18, 2020
  30. Apr 15, 2020
  31. Apr 08, 2020
  32. Apr 07, 2020
  33. Apr 02, 2020
  34. Apr 01, 2020
  35. Mar 27, 2020
  36. Mar 05, 2020
    • Kubernetes Prow Robot's avatar
      Refactor download role (#5697) · 66408a87
      Kubernetes Prow Robot authored
      * download file
      
      * download containers
      
      * fix push image to nodes
      
      * pull if none image on host
      
      * fix
      
      * improve docker image tag checks.
      do not pull already cached images
      
      * rebase fix merge conflict
      
      * add support download_run_once when upgrade and scale cluster
      add some test with download_run_once
      
      * set default values to temp flag for every download cycle
      
      * add save,load abilty for containerd and crio when download_run_once=true
      
      * return redefine image save/load command to  set_docker_image_facts.yml
      
      * move set command to set_container_facts
      
      * ctr in containerd_bin_dir
      
      * fix order of ctr image export arguments
      
      * temporary disable download_run_once for containerd and crio
      due https://github.com/containerd/containerd/issues/4075
      
      * remove unused files
      
      * fix strict yaml linter warning and errors
      
      * refactor logical conditions to pull and cache container images
      
      * remove comment due lint check
      
      * document role
      
      * remove image_load_on_localhost, because cached images are always loaded to docker on remote sites
      
      * remove XXX from debug output
      66408a87
Loading