Skip to content
Snippets Groups Projects
  1. Nov 28, 2024
  2. Nov 25, 2024
  3. Nov 19, 2024
    • logicsys's avatar
      Partial Cilium 1.16+ Support & Add vars for configuring cilium IP load... · b8541962
      logicsys authored
      Partial Cilium 1.16+ Support & Add vars for configuring cilium IP load balancer pools and bgp v1 & v2 apis (#11620)
      
      * Add vars for configuring cilium IP load balancer pools and bgp peer policies
      
      * Cilium 1.16+ Support - Add vars for configuring cilium bgpv2 api & handle cilium_kube_proxy_replacement unsupported values
      b8541962
  4. Nov 18, 2024
    • Max Gautier's avatar
      Fix the pretty-printing of (core|nodelocal)dns (#11694) · badfb6ca
      Max Gautier authored
      When using
      dns_upstream_forward_extra_opts:
        prefer_udp: "" # the option as no value so use empty string to just
                       # put the key
      
      This is rendered in the dns configmap as ($ for end-of-line)
      
      ...
        prefer_udp $
      ...
      
      Note the trailing space.
      This triggers https://github.com/kubernetes/kubernetes/issues/36222,
      which makes the configmap hardly readable when editing them manually or
      simply putting them in a yaml file for inspection.
      
      Trim the concatenation of option + value to get rid of any trailing
      space.
      badfb6ca
  5. Nov 17, 2024
  6. Nov 16, 2024
  7. Nov 15, 2024
    • Max Gautier's avatar
      Stricter kubeadm validation (config and runtime checks) (#11710) · 68718dcb
      Max Gautier authored
      * kubeadm: do not ignore preflight errors blindly
      
      The "ignoring all errors" seems to date back to the inception of the
      kubeadm support (it was --skip-preflight-check before).
      
      This can mask real errors and prevent users from seeing them.
      
      Do not ignore any errors by default and make the set of ignored errors
      configurable.
      
      * download/kubeadm: remove redundant task
      
      The mode is already set by the previous `copy` task.
      
      * Validate kubeadm configs
      
      This should help to fail early when we have invalid kubeadm configs (from
      a kubespray bug or a misconfiguration).
      
      * kubeadm-upgrade: remove unnecessary bool cast
      
      * Convert kubeadm join discovery timeout to v1beta4 config
      
      * CI: Ignore kubeadm:Mem errors on some setup.
      68718dcb
  8. Nov 14, 2024
  9. Nov 13, 2024
  10. Nov 08, 2024
  11. Nov 07, 2024
  12. Nov 06, 2024
  13. Nov 05, 2024
  14. Nov 04, 2024
  15. Oct 31, 2024
  16. Oct 24, 2024
  17. Oct 22, 2024
  18. Oct 21, 2024
  19. Oct 17, 2024
Loading