Skip to content
Snippets Groups Projects
  1. Jun 24, 2024
  2. Jun 04, 2024
  3. May 28, 2024
  4. May 06, 2024
  5. Apr 30, 2024
  6. Apr 24, 2024
  7. Apr 22, 2024
  8. Apr 03, 2024
  9. Mar 03, 2024
  10. Feb 19, 2024
  11. Feb 06, 2024
  12. Jan 16, 2024
  13. Jan 08, 2024
  14. Dec 19, 2023
  15. Dec 18, 2023
  16. Dec 12, 2023
    • Max Gautier's avatar
      Disable podCIDR allocation from control-plane when using calico (#10639) · 8abf49ae
      Max Gautier authored
      * Disable control plane allocating podCIDR for nodes when using calico
      
      Calico does not use the .spec.podCIDR field for its IP address
      management.
      Furthermore, it can false positives from the kube controller manager if
      kube_network_node_prefix and calico_pool_blocksize are unaligned, which
      is the case with the default shipped by kubespray.
      
      If the subnets obtained from using kube_network_node_prefix are bigger,
      this would result at some point in the control plane thinking it does
      not have subnets left for a new node, while calico will work without
      problems.
      
      Explicitely set a default value of false for calico_ipam_host_local to
      facilitate its use in templates.
      
      * Don't default to kube_network_node_prefix for calico_pool_blocksize
      
      They have different semantics: kube_network_node_prefix is intended to
      be the size of the subnet for all pods on a node, while there can be
      more than on calico block of the specified size (they are allocated on
      demand).
      
      Besides, this commit does not actually change anything, because the
      current code is buggy: we don't ever default to
      kube_network_node_prefix, since the variable is defined in the role
      defaults.
      Unverified
      8abf49ae
  17. Dec 05, 2023
  18. Nov 28, 2023
  19. Nov 16, 2023
  20. Nov 13, 2023
  21. Nov 08, 2023
    • Max Gautier's avatar
      Refactor "multi" handlers to use listen (#10542) · 8ebeb88e
      Max Gautier authored
      * containerd: refactor handlers to use 'listen'
      
      * cri-dockerd: refactor handlers to use 'listen'
      
      * cri-o: refactor handlers to use 'listen'
      
      * docker: refactor handlers to use 'listen'
      
      * etcd: refactor handlers to use 'listen'
      
      * control-plane: refactor handlers to use 'listen'
      
      * kubeadm: refactor handlers to use 'listen'
      
      * node: refactor handlers to use 'listen'
      
      * preinstall: refactor handlers to use 'listen'
      
      * calico: refactor handlers to use 'listen'
      
      * kube-router: refactor handlers to use 'listen'
      
      * macvlan: refactor handlers to use 'listen'
      Unverified
      8ebeb88e
  22. Nov 02, 2023
  23. Oct 30, 2023
  24. Oct 19, 2023
  25. Oct 17, 2023
  26. Oct 07, 2023
  27. Sep 19, 2023
  28. Sep 13, 2023
  29. Sep 04, 2023
  30. Aug 11, 2023
  31. Aug 10, 2023
  32. Jul 26, 2023
  33. Jul 05, 2023
  34. Jul 03, 2023
  35. Jun 30, 2023
  36. Jun 26, 2023
Loading