Skip to content
  1. 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.
      8abf49ae
  2. Nov 27, 2023
  3. Oct 17, 2023
  4. Aug 08, 2023
  5. Jul 05, 2023
  6. Apr 18, 2023
  7. Apr 11, 2023
  8. Mar 27, 2023
  9. Dec 20, 2022
  10. Dec 05, 2022
  11. Oct 06, 2022
  12. Jul 04, 2022
  13. Jun 15, 2022
  14. May 23, 2022
  15. May 06, 2022
  16. May 02, 2022
  17. Apr 05, 2022
  18. Feb 24, 2022
  19. Feb 22, 2022
  20. Jan 27, 2022
  21. Nov 16, 2021
  22. Apr 30, 2021
    • 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
  23. 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
  24. Apr 21, 2021
  25. Apr 12, 2021
  26. Apr 08, 2021
  27. Apr 06, 2021
  28. Mar 26, 2021
  29. Mar 24, 2021
  30. Mar 03, 2021
  31. Feb 20, 2021
  32. Feb 05, 2021
  33. Feb 01, 2021
  34. Jan 08, 2021
  35. Dec 03, 2020
  36. Oct 22, 2020
  37. Sep 25, 2020
  38. Sep 24, 2020
Loading