Skip to content
  1. Sep 06, 2021
    • Cristian Calin's avatar
      Update CSI snaphotter and make it independent (#7943) · db470f85
      Cristian Calin authored
      * CSI: update CSI snapshot CRDs
      
      * CSI: update snapshot controller tag version with kubernetes specific versions
      
      * CSI: allow enabling csi_snapshot_controller independent of Cinder CSI
      
      * CSI: Align csi-snapshot-controller with upstream and use a Deployment instead of a StatefulSet
      db470f85
  2. Aug 31, 2021
  3. Aug 30, 2021
  4. Aug 25, 2021
  5. Aug 16, 2021
  6. Aug 12, 2021
  7. Aug 11, 2021
  8. Aug 09, 2021
  9. Jul 22, 2021
    • Kenichi Omichi's avatar
      Separate gvisor_download_url for runsc and shim (#7760) · 56e23086
      Kenichi Omichi authored
      To download necessary files in advance for offline deployment,
      we can see all file URLs with contrib/offline/generate_list.sh
      Most URLs are downloadable, but gvisor's one is not because the
      URL is a part of full URLs for gvisor.
      To download gvisor's files from the URLs directory, this separates
      into two URLs for runsc and the shim.
      56e23086
  10. Jul 20, 2021
  11. Jul 13, 2021
  12. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  13. Jun 21, 2021
  14. Jun 17, 2021
  15. Jun 16, 2021
  16. Jun 11, 2021
  17. Jun 07, 2021
    • Cristian Calin's avatar
      Calico enable support for eBPF (#7618) · ec0c0d4a
      Cristian Calin authored
      * Calico: align manifests with upstream
      
      * allow enabling typha prometheus metrics
      
      * Calico: enable eBPF support
      
      * manage the kubernetes-services-endpoint configmap
      
      * Calico: document the use of eBPF dataplane
      
      * Calico: improve checks before deployment
      
      * enforce disabling kube-proxy when using eBPF dataplane
      * ensure calico_version is supported
      ec0c0d4a
  18. Jun 02, 2021
  19. May 28, 2021
  20. May 27, 2021
  21. May 26, 2021
  22. May 25, 2021
  23. May 18, 2021
  24. May 17, 2021
  25. May 14, 2021
  26. May 10, 2021
  27. May 03, 2021
    • Samuel Liu's avatar
      Add krew support (#7464) · 96e6a6ac
      Samuel Liu authored
      * Add krew support
      
      * Add reset for krew
      
      * Update install krew(local)
      
      * ansible lint
      
      * yamllint
      
      * fix krew default vars
      
      * fix kubectl_localhost mode
      
      * replace include
      
      * fix e206
      96e6a6ac
  28. Apr 30, 2021
  29. Apr 29, 2021
    • Cristian Calin's avatar
      Rename ansible groups to use _ instead of - (#7552) · 360aff4a
      Cristian Calin authored
      * rename ansible groups to use _ instead of -
      
      k8s-cluster -> k8s_cluster
      k8s-node -> k8s_node
      calico-rr -> calico_rr
      no-floating -> no_floating
      
      Note: kube-node,k8s-cluster groups in upgrade CI
            need clean-up after v2.16 is tagged
      
      * ensure old groups are mapped to the new ones
      360aff4a
  30. Apr 28, 2021
  31. Apr 26, 2021
Loading