- Jan 06, 2023
-
-
Kay Yan authored
-
- Jan 05, 2023
-
-
R. P. Taylor authored
-
Marijn van der Giesen authored
-
tu1h authored
Signed-off-by: tu1h <lihai.tu@daocloud.io> Signed-off-by: tu1h <lihai.tu@daocloud.io>
-
Cyclinder authored
Signed-off-by: cyclinder <qifeng.guo@daocloud.io> Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
-
Kay Yan authored
-
- Jan 03, 2023
-
-
Ho Kim authored
-
mKlaris authored
-
Jochen Friedrich authored
-
- Jan 02, 2023
-
-
my-git9 authored
Signed-off-by: xin.li <xin.li@daocloud.io> Signed-off-by: xin.li <xin.li@daocloud.io>
-
- Dec 30, 2022
-
-
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
-
- Dec 29, 2022
-
-
Jochen Friedrich authored
Remove extra tag requirement preventing openvswitch container to start.
-
Kenichi Omichi authored
At the upstream calico development, the v3.21 branch is not updated over 2 monthes. In addition, unnecessary error message is output at Kubespray deployment due to different URLs for calico v3.21 or v3.22+ This drops the v3.21 support to solve the issue.
-
- Dec 28, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
Jochen Friedrich authored
Without minimal cluster configuration, even on a one node control plane, the health check of the ovn-cental container always fails as it queries the cluster/status.
-
Marijn van der Giesen authored
-
Kevin Huang authored
Signed-off-by: Kevin Huang <git@kevin.huang.to> Signed-off-by: Kevin Huang <git@kevin.huang.to>
-
- Dec 27, 2022
-
-
Kay Yan authored
* remove-cni-denpendeny-for-cilium * remove-cni-denpendeny-for-cilium
-
tu1h authored
Signed-off-by: tu1h <lihai.tu@daocloud.io> Signed-off-by: tu1h <lihai.tu@daocloud.io>
-
Kenichi Omichi authored
The checksum was different and the download was failed. This update the checksum by getting valid checksum from [1] to fix the issue. [1]: https://github.com/cilium/cilium-cli/releases/download/v0.12.5/cilium-linux-arm64.tar.gz.sha256sum
-
Maxime Leroy authored
-
- Dec 26, 2022
-
-
Mohamed Zaian authored
-
- Dec 22, 2022
-
-
Mohamed Zaian authored
-
emiran-orange authored
* Remove immutable flag from /var/lib/kubelet subdirs * Find files before changing attributes
-
C-Romeo authored
-
- Dec 21, 2022
-
-
yanggang authored
Signed-off-by: yanggang <gang.yang@daocloud.io> Signed-off-by: yanggang <gang.yang@daocloud.io>
-
- Dec 20, 2022
-
-
Kay Yan authored
-
- Dec 19, 2022
-
-
janaurka authored
* feat(): Add wireguard backend to flannel cni As described in the flannel docs: https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md#wireguard This does not support optional configuration methods like: - setting a psk (will be autogenerated by default) - chang listening ports - change mode (defaults to 'separate') - change PersistentKeepaliveInterval (defaults to 0) * Add supported backends to flannel docs * Fix markdown in docs
-
- Dec 15, 2022
-
-
Xieql authored
Signed-off-by: Xieql <xieqianglong@huawei.com>
-
Lukas Najman authored
Use the correct api version and resourcer type. The current values work but do not match the documentation, which can be confusing. (#9575)
-
Robin Wallace authored
-
- Dec 14, 2022
- Dec 12, 2022
-
-
yanggang authored
Signed-off-by: yanggang <gang.yang@daocloud.io> Signed-off-by: yanggang <gang.yang@daocloud.io>
-
- Dec 10, 2022
-
-
emiran-orange authored
-
Mohamed Zaian authored
-
- Dec 09, 2022
-
-
Fredrik Liv authored
* [containerd] Add config for unpriviledged ports and icmp * Updated to match true false variables of other setting
-
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`.
-
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.
-