Skip to content
  1. May 24, 2022
  2. May 09, 2022
  3. May 04, 2022
  4. Apr 29, 2022
    • Chris Ricker's avatar
      Ensure containerd service unmasking (#8726) · 21fc197e
      Chris Ricker authored
      * Force containerd service unmasking
      
      Force systemd to unmask and start service when adding containerd service
      
      * Eliminate restart and move unmasking step
      
      Switch to start instead of restart
      Move unmasking to restart handler
      
      * Add unmasking to similar container runtimes
      
      * Add missing service names
      21fc197e
  5. Apr 06, 2022
  6. Apr 04, 2022
  7. Apr 01, 2022
  8. Mar 26, 2022
  9. Mar 21, 2022
    • Kenichi Omichi's avatar
      Fix the condition of drain on pre-remove task (#8634) · 7b1dc600
      Kenichi Omichi authored
      When running cluster.yml for new machines what containerd is already
      install but Kubernetes cluster were not installed before, the task
      "remove-node | List nodes" is failed like
      
        "changed": false,
        "cmd": [
          "/usr/local/bin/kubectl", "--kubeconfig",
          "/etc/kubernetes/admin.conf", "get", "nodes", "-o",
          "go-template={{ range .items }}{{ .metadata.name }}
          {{ "\n" }}{{ end }}"
         ],
         ..
         "stderr": "error: stat /etc/kubernetes/admin.conf: no such file or directory",
      
      That was due to lack to check the existing Kubernetes cluster exists
      or not before running "kubectl drain" command.
      This adds the check to avoid the issue.
      7b1dc600
  10. Mar 17, 2022
  11. Mar 15, 2022
  12. Mar 11, 2022
  13. Mar 07, 2022
  14. Feb 28, 2022
  15. Feb 19, 2022
  16. Feb 05, 2022
  17. Feb 02, 2022
  18. Jan 25, 2022
  19. Jan 22, 2022
  20. Jan 11, 2022
    • Kenichi Omichi's avatar
      Fix failures of ansible-lint (#8401) · 73c889eb
      Kenichi Omichi authored
      This fixes the following types of failures:
      - empty-string-compare
      - literal-compare
      - risky-file-permissions
      - risky-shell-pipe
      - var-spacing
      
      In addition, this changes .gitlab-ci/lint.yml to block the same issue
      by using the same method at Kubespray CI.
      73c889eb
  21. Jan 09, 2022
    • Kenichi Omichi's avatar
      Fix risky-file-permissions (#8370) · f80fd24a
      Kenichi Omichi authored
      When running ansible-lint directly, we can see a lot of warning
      message like
      
        risky-file-permissions File permissions unset or incorrect
      
      This fixes the warning messages.
      f80fd24a
  22. Jan 05, 2022
  23. Jan 04, 2022
  24. Jan 03, 2022
  25. Dec 21, 2021
    • Cristian Calin's avatar
      Support deploying kubernetes 1.23 (#8323) · c1954ff9
      Cristian Calin authored
      * Ensure entries for 1.23 are added for supported_versions vars
      
      * cri-o: add support for kubernetes 1.23 but still use cri-o 1.22
      
      * kubescheduler-config: diferentiate config versions based on kube_version
      c1954ff9
  26. Dec 20, 2021
  27. Dec 13, 2021
  28. Dec 10, 2021
    • Cristian Calin's avatar
      containerd: change default resolvconf_mode to host_resolvconf (#8247) · 682c8a59
      Cristian Calin authored
      * containerd: change default resolvconf_mode to host_resolvconf
      
      * Wait for kube-apiserver to come back after pod refresh
      
      * Handle resolv.conf gracefully
      
      * Retain currently configured DNS entries to ensure we don't break the resolvers
      
      * Suse uses wickedd for network management so no dhcp hooks
      
      * Molecule: increase ansible timeout
      
      * CI: Increase ansible timeout to 120s for Packet jobs
      682c8a59
  29. Dec 06, 2021
  30. Dec 03, 2021
  31. Dec 02, 2021
  32. Dec 01, 2021
  33. Nov 30, 2021
  34. Nov 22, 2021
Loading