Skip to content
Snippets Groups Projects
  1. Feb 13, 2025
  2. Feb 07, 2025
  3. Feb 05, 2025
  4. Jan 29, 2025
  5. Jan 20, 2025
  6. Jan 18, 2025
  7. Jan 11, 2025
  8. Jan 09, 2025
  9. Dec 31, 2024
  10. Dec 30, 2024
  11. Dec 29, 2024
    • Dalton Hubble's avatar
      Remove support for Calico CNI · 8059eb9f
      Dalton Hubble authored
      * Cilium has been the default for about 3 years and is the defacto
      standard CNI choice. flannel is supported as a simple alternative
      * Remove various historical options that were needed that are
      specific to Calico
      8059eb9f
  12. Dec 28, 2024
    • Dalton Hubble's avatar
      Configure Kubelets for parallel image pulls · a8eae32b
      Dalton Hubble authored
      * By default, Kubelet will pull container images one by one
      (in series), which is mostly related to Docker-era bugs in
      parallel image pulls. These days we use containerd so parallel
      pulls should be fine
      * Serial image pulls are undesirable because one slow registry
      or image can cause other image pulls to wait. Parallel image
      pulls ensure only large images / slow registries see that impact
      
      Docs: https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
      a8eae32b
    • Dalton Hubble's avatar
      Change the default Pod CIDR to 10.20.0.0/14 · 44fc53e8
      Dalton Hubble authored
      * Change the default Pod CIDR from 10.2.0.0/16 to 10.20.0.0/14
      (10.20.0.0 - 10.23.255.255) to support 1024 nodes by default
      * Most CNI providers divide the Pod CIDR so that each node has
      a /24 to allocate to local pods (256). The previous `10.2.0.0/16`
      default only fits 256 /24's so 256 nodes were supported without
      customizing the pod_cidr
      44fc53e8
  13. Dec 26, 2024
  14. Dec 23, 2024
  15. Dec 21, 2024
  16. Dec 20, 2024
  17. Dec 17, 2024
  18. Dec 11, 2024
  19. Nov 29, 2024
  20. Nov 24, 2024
Loading