- 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
-
Brian King authored
Terraform Openstack: replace deprecated template provider with supported cloudinit provider (#9536)
-
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
-
-
Kay Yan authored
-
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
-
Wojciech Marusiak authored
There is a wrong directory path to all.yml and vsphere.yml. The wrong directory is `inventory/sample/group_vars/all.yml` and `inventory/sample/group_vars/all/vsphere.yml` which should be `inventory/sample/group_vars/all/all.yml` and `inventory/sample/group_vars/all/vsphere.yml`.
-
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.
-
Fredrik Liv authored
* [upcloud] Fixed issue where DNS would be blocked while using allowlist * Missed one NTP rule
-
- Nov 30, 2022
-
-
Kay Yan authored
-
- Nov 29, 2022
-
-
rtsp authored
-
- Nov 26, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Nov 25, 2022
-
-
Ayoub Ed-dafali authored
* Add missing zone input variable * Fix terraform formatting
-
- Nov 24, 2022
-
-
Kenichi Omichi authored
When operating kubespray from kubespray image with docker run, we need to checkout the specific kubespray version as the same as the image, because the sample inventory contains kubernetes version and the version of master branch could not be supported on the released kubespray, for example.
-
蒋航 authored
Signed-off-by: hang.jiang <hang.jiang@daocloud.io> Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
-
蒋航 authored
Signed-off-by: hang.jiang <hang.jiang@daocloud.io> Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
-
- Nov 23, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Nov 22, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Nov 19, 2022
-
-
Kay Yan authored
-
- Nov 18, 2022
-
-
Robin Wallace authored
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Nov 17, 2022
-
-
Kenichi Omichi authored
The certified-conformance mode took 2+ hours and that was too long by comparing Quick mode which was specified previously. So this updates the mode to Quick again.
-
- Nov 16, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Nov 15, 2022
-
-
yanggang authored
Signed-off-by: yanggang <gang.yang@daocloud.io> Signed-off-by: yanggang <gang.yang@daocloud.io>
-