Skip to content
  1. Dec 28, 2022
  2. Dec 27, 2022
  3. Dec 26, 2022
  4. Dec 22, 2022
  5. Dec 21, 2022
  6. Dec 20, 2022
  7. Dec 19, 2022
  8. Dec 17, 2022
  9. Dec 16, 2022
  10. Dec 15, 2022
  11. Dec 14, 2022
  12. Dec 12, 2022
  13. Dec 10, 2022
  14. 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
    • Samuel Liu's avatar
      [kube-ovn]: update version v1.10.7 (#9527) · f1d0d1a9
      Samuel Liu authored
      * [kube-ovn]: update version
      
      * update readme
      f1d0d1a9
  15. Dec 08, 2022
  16. Dec 07, 2022
Loading