Skip to content
  1. Jan 06, 2023
  2. Jan 05, 2023
  3. Jan 03, 2023
  4. Jan 02, 2023
  5. Dec 30, 2022
    • Shelming.Song's avatar
      optimize cgroups settings for node reserved (#9209) · 1c4db613
      Shelming.Song authored
      * optimize cgroups settings for node reserved
      
      * fix
      
      * set cgroup slice for multi container engine
      
      * set cgroup slice for crio
      
      * add reserved cgroups variables to sample files
      
      * Compatible with cgroup path for different container managers
      
      * add cgroups doc
      
      * fix markdown
      1c4db613
  6. Dec 29, 2022
  7. Dec 28, 2022
  8. Dec 27, 2022
  9. Dec 26, 2022
  10. Dec 22, 2022
  11. Dec 21, 2022
  12. Dec 20, 2022
  13. Dec 19, 2022
  14. Dec 15, 2022
  15. Dec 14, 2022
  16. Dec 12, 2022
  17. Dec 10, 2022
  18. Dec 09, 2022
    • Fredrik Liv's avatar
      [containerd] Add config for unpriviledged ports and icmp (#9517) · c8ec77a7
      Fredrik Liv authored
      * [containerd] Add config for unpriviledged ports and icmp
      
      * Updated to match true false variables of other setting
      c8ec77a7
    • Chad Swenson's avatar
      Fix drain rescue task when `kube_override_hostname` is set (#9556) · 4f32f94a
      Chad Swenson authored
      This fixes a task failure in the rescue block that uncordons nodes after an unsuccessful drain. The issue occurs when `kube_override_hostname` is set and does not match `inventory_hostname`.
      4f32f94a
    • Chad Swenson's avatar
      Allow `containerd-common` to execute multiple times per play (#9543) · 3dc384a1
      Chad Swenson authored
      The `containerd-common` role is responsible for gathering OS specific variables from the vars directory of the roles that include or import it. `containerd-common` is imported via role dependency by a total of two roles, `container-engine/docker`, and `container-engine/containerd`.
      
      containerd-common is needed by both the docker and containerd roles as a dependency when:
      - containerd is selected as the container engine
      - a docker install is detected and needs to be removed
      - apt is the package manager
      
      However, by default, roles can not be invoked more than once in the same play, unless `allow_duplicates: true` is set for that role. This results in the failure of the `containerd | Remove containerd repository` task, since only the docker vars will be loaded in the play, and `containerd_repo_info.repos`, normally populated by containerd/vars, is left empty.
      
      This change sets `allow_duplicates: true` for `containerd-common` which fixes the currently failing containerd tasks if docker was detected and removed in the same play.
      3dc384a1
Loading