Skip to content
  1. Dec 12, 2022
  2. Dec 10, 2022
  3. 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
  4. Dec 08, 2022
  5. Dec 07, 2022
  6. Dec 05, 2022
  7. Dec 02, 2022
  8. Dec 01, 2022
  9. Nov 30, 2022
  10. Nov 29, 2022
  11. Nov 26, 2022
  12. Nov 25, 2022
  13. Nov 24, 2022
  14. Nov 23, 2022
  15. Nov 22, 2022
  16. Nov 19, 2022
  17. Nov 18, 2022
  18. Nov 17, 2022
  19. Nov 16, 2022
  20. Nov 15, 2022
Loading