- Dec 28, 2022
-
-
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.
-
Samuel Liu authored
* [kube-ovn]: update version * update readme
-
- Dec 08, 2022
-
-
Mohamed Zaian authored
-
yanggang authored
Signed-off-by: yanggang <gang.yang@daocloud.io> Signed-off-by: yanggang <gang.yang@daocloud.io>
-
- Dec 07, 2022
-
-
yanggang authored
-
Ugur Can Ozturk authored
* [metrics_server]: Enabled HA mode by adding 'metrics_server_replicas' variable and adding podAntiAffinity rule Signed-off-by: Ugur Can Ozturk <57688057+ugur99@users.noreply.github.com> * [metrics_server]: added namespaces selector Signed-off-by: Ugur Can Ozturk <57688057+ugur99@users.noreply.github.com> Signed-off-by: Ugur Can Ozturk <57688057+ugur99@users.noreply.github.com>
-
- Dec 05, 2022
-
-
Douglas Landgraf authored
During the reset, restart network was not completing in distros like RHEL/CentOS/AlmaLinux with major version higher than 8. Example: kubespray> ansible-playbook -i inventory/mydomain/hosts.yml reset.yml -b -v fatal: [mynode]: FAILED! => {"changed": false, "msg": "Could not find the requested service network: host"} Signed-off-by: Douglas Schilling Landgraf <dlandgra@redhat.com> Signed-off-by: Douglas Schilling Landgraf <dlandgra@redhat.com>
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Dec 02, 2022
-
-
Kay Yan authored
-
Kay Yan authored
-
Mohamed Zaian authored
-
Mohamed Zaian authored
-
- Dec 01, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
tu1h authored
Signed-off-by: lihai.tu <lihai.tu@daocloud.io> Signed-off-by: lihai.tu <lihai.tu@daocloud.io>
-
Kenichi Omichi authored
To detect the version mismatch.
-