Skip to content
  1. Sep 22, 2021
  2. Sep 21, 2021
  3. Sep 17, 2021
  4. Sep 09, 2021
  5. Sep 06, 2021
  6. Aug 31, 2021
  7. Aug 30, 2021
  8. Aug 25, 2021
  9. Aug 16, 2021
  10. Aug 12, 2021
  11. Aug 11, 2021
  12. Aug 09, 2021
  13. 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
  14. Jul 20, 2021
  15. Jul 13, 2021
  16. Jun 21, 2021
  17. Jun 17, 2021
  18. Jun 16, 2021
  19. Jun 11, 2021
  20. 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
  21. Jun 02, 2021
  22. May 28, 2021
  23. May 27, 2021
  24. May 26, 2021
  25. May 25, 2021
  26. May 17, 2021
  27. May 14, 2021
  28. May 10, 2021
  29. 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
  30. Apr 30, 2021
    • bac-w's avatar
      Upgrade cilium role (#7521) · 2556eb27
      bac-w authored
      * Upgrade cilium roles
      
      * Del old test result
      
      * Add hubble ui examples
      
      * Refactor hubble metrics
      
      * Markdown fix pipeline errors
      
      * yamllint check and fix
      
      * refactor install from https://github.com/kubernetes-sigs/kubespray/pull/7520
      
      * Docs syntax change (fix)
      
      * Cilium set default 1.8.9
      
      * Update cilium version in Readme
      2556eb27
    • MRoci's avatar
      change coredns image name to `coredns/coredns` and prefix `v` to tag (#7570) · a0ee5690
      MRoci authored
      follow new naming conventions for gcr's coredns image.
      starting from 1.21 kubeadm assumes it to be `coredns/coredns`:
      this causes the kubeadm deployment being unable to pull image, beacuse `v`
      was also added in image tag, until the role `kubernetes-apps` ovverides
      it with the old name, which is only compatible with <=1.7.
      
      Backward comptability with kubeadm <=1.20 is mantained checking
      kubernetes version and falling back to old names (`coredns:1.xx`) when
      the version is less than 1.21
      a0ee5690
Loading