Skip to content
  1. Oct 31, 2024
  2. Oct 24, 2024
  3. Oct 22, 2024
  4. Oct 21, 2024
  5. Oct 17, 2024
  6. Oct 14, 2024
  7. Oct 12, 2024
  8. Oct 10, 2024
  9. Oct 09, 2024
  10. Oct 08, 2024
    • Seena Fallah's avatar
      containerd: simplify registry mirror template (#11326) · 7f90fc7b
      Seena Fallah authored
      
      
      Simplify registry mirror rendering in config.toml.
      The map filter can extract the host list from mirrors so we can
      just unique them and render them without needing to construct vars
      for it.
      For the registry mirror tls section, we can first extract mirrors
      from the dict then filter on only the ones having skip_veridy defined
      first and then filter on the ones having true (as the dict might not
      have skip_verify defined and that would cause errors of undefined var).
      
      This will speed up and simply the templating.
      
      Signed-off-by: default avatarSeena Fallah <seenafallah@gmail.com>
      7f90fc7b
    • Kay Yan's avatar
      cleanup kube 1.28 and cri-o 1.28 (#11609) · fb312e51
      Kay Yan authored
      fb312e51
  11. Oct 07, 2024
  12. Oct 06, 2024
  13. Oct 04, 2024
  14. Oct 03, 2024
  15. Oct 01, 2024
  16. Sep 30, 2024
  17. Sep 29, 2024
  18. Sep 28, 2024
  19. Sep 27, 2024
  20. Sep 26, 2024
    • janosbabik's avatar
      [etcd] make etcd 3.5.16 default (#11572) · 656ed796
      janosbabik authored
      * [etcd] make etcd 3.5.16 default
      
      * Update etcd binary checksums for version 3.5.16 and lower
      656ed796
    • Bakke's avatar
      fix: vsphere image repositories, tags and docs (#11564) · e355bef7
      Bakke authored
      The old repository for these has been deleted, leaving the previous
      configuration not possible to deploy, and even currently running clusters
      fail after a restart as the DeameonSet has ImagePullPolicy: Always. More
      details can be found here: kubernetes-sigs/vsphere-csi-driver#3053
      
      As of writing, only CSI driver versions 3.1.2 to 3.3.1 is available in
      this registry. This "officially" supports Kubernetes 1.26 to 1.30. Since
      older drivers are not available, I have removed some feature-gating for
      those unavailable versions while I was at it. For the cloud provider,
      the `latest` image is now missing, and only 1.28.0 to 1.31.0 are
      available. I've set the latest of these as the new default.
      
      I also updated the documented default versions, as they were all out of
      date and not aligned with actual code defaults.
      e355bef7
  21. Sep 25, 2024
  22. Sep 24, 2024
Loading