Skip to content
  1. Jun 30, 2019
    • okamototk's avatar
      containerd support (#4664) · 4c8b93e5
      okamototk authored
      * Add limited containerd support
      
      Containerd support for Ubuntu + Calico
      
      * Added CRI-O support for ubuntu
      
      * containerd support.
      
      * Reset  containerd support.
      
      * fix lint.
      
      * implemented feedback
      
      * Change task name cri xx instead of cri-o in reset task and timeout condition.
      
      * set crictl to fixed version
      
      * Use docker-ce's container.io package for containerd.
      
      * Add check containerd is installable or not.
      
      * Avoid stop docker when use containerd and optimize retry for reset.
      
      * Add config.toml.
      
      * Fixed containerd for kubelet.env.
      
      * Merge PR #4629
      
      * Remove unused ubuntu variable for containerd
      
      * Polish code for containerd and cri-o
      
      * Refactoring cri socket configuration.
      
      * Configurable conmon.
      
      * Remove unused crictl/runc download
      
      * Now crictl and runc is downloaded by common crictl.yml.
      
      * fixed yamllint error
      
      * Fixed brokenfiles by conflict.
      
      * Remove commented line in config.toml
      
      * Remove readded v1.12.x version
      
      * Fixed broken set_docker_image_facts
      
      * Fix yamllint errors.
      
      * Remove unused apt source
      
      * Fix crictl could not be installed
      
      * Add containerd config from skolekonov's PR #4601
      4c8b93e5
  2. Jun 28, 2019
  3. Jun 25, 2019
  4. Jun 24, 2019
  5. Jun 20, 2019
    • Matthew Mosesohn's avatar
      Enable kubeadm etcd mode (#4818) · 4348e78b
      Matthew Mosesohn authored
      * Enable kubeadm etcd mode
      
      Uses cert commands from kubeadm experimental control plane to
      enable non-master nodes to obtain etcd certs.
      
      Related story: PROD-29434
      
      Change-Id: Idafa1d223e5c6ceadf819b6f9c06adf4c4f74178
      
      * Add validation checks and exclude calico kdd mode
      
      Change-Id: Ic234f5e71261d33191376e70d438f9f6d35f358c
      
      * Move etcd mode test to ubuntu flannel HA job
      
      Change-Id: I9af6fd80a1bbb1692ab10d6da095eb368f6bc732
      
      * rename etcd_mode to etcd_kubeadm_enabled
      
      Change-Id: Ib196d6c8a52f48cae370b026f7687ff9ca69c172
      4348e78b
  6. Jun 11, 2019
  7. Jun 06, 2019
  8. May 28, 2019
  9. May 22, 2019
  10. May 16, 2019
  11. May 07, 2019
  12. May 03, 2019
  13. May 01, 2019
    • Timoses's avatar
      Enable delegating all downloads (binaries, images, kubeadm images) (#4420) · d6fd0d2a
      Timoses authored
      * Download to delegate and sync files when download_run_once
      
      * Fail on error after saving container image
      
      * Do not set changed status when downloaded container was up to date
      
      * Only sync containers when they are actually required
      
      Previously, non-required images (pull_required=false as
      image existed on target host) were synced to the target
      hosts. This failed as the image was not downloaded to
      the download_delegate and hence was not available for
      syncing.
      
      * Sync containers when only missing on some hosts
      
      * Consider images with multiple repo tags
      
      * Enable kubeadm images pull/syncing with download_delegate
      
      * Use kubeadm images list to pull/sync
      
      'kubeadm config images pull' is replaced by collecting the images
      list with 'kubeadm config images list' and using the commonly
      used method of pull/syncing the images.
      
      * Ensure containers are downloaded and synced for all hosts
      
      * Fix download/syncing when download_delegate is a kubernetes host
      d6fd0d2a
  14. Apr 29, 2019
  15. Apr 27, 2019
  16. Apr 24, 2019
  17. Apr 19, 2019
  18. Apr 18, 2019
  19. Apr 17, 2019
  20. Apr 11, 2019
  21. Apr 10, 2019
  22. Apr 09, 2019
  23. Apr 08, 2019
  24. Apr 04, 2019
  25. Apr 03, 2019
  26. Mar 29, 2019
  27. Mar 26, 2019
  28. Mar 20, 2019
Loading