- May 30, 2024
-
-
Hedayat Vatankhah (هدایت) authored
-
Max Gautier authored
While uncommon, provisioning only a control plane is a valid use case, so don't block it.
-
- May 28, 2024
-
-
Max Gautier authored
- markdownlint (manual fix) - end-of-file-fixer - requirements-txt-fixer - trailing-whitespace
-
- May 21, 2024
-
-
Mohamed Omar Zaian authored
-
- May 18, 2024
-
-
tico88612 authored
Signed-off-by:
tico88612 <17496418+tico88612@users.noreply.github.com>
-
- May 17, 2024
-
-
peterw authored
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
Lihai Tu authored
Signed-off-by:
tu1h <lihai.tu@daocloud.io>
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- May 16, 2024
-
-
tico88612 authored
Signed-off-by:
tico88612 <17496418+tico88612@users.noreply.github.com>
-
QCU authored
fix: Change the position of the containerd_extra_args parameter to make the parameter more universal. (#11013) that you can only place thing in the root table in a toml document before the first table heading.
-
- May 15, 2024
-
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
- May 14, 2024
-
-
hayden authored
-
Mohamed Omar Zaian authored
-
Max Gautier authored
This reverts commit bc5b38a7.
-
- May 13, 2024
-
-
Kay Yan authored
-
Alexander authored
Revert OCCM standard dnsPolicy to ClusterFirst and make dnsPolicy configurable to support 10618 (#11168)
-
Ugur Can Ozturk authored
Signed-off-by:
Ugur Ozturk <ugurozturk918@gmail.com>
-
Max Gautier authored
With CentOS, kubespray currently produces the following warning: [WARNING]: TASK: bootstrap-os : Enable Oracle Linux repo: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. This could bites us in nasty ways, so fix it.
-
- May 09, 2024
-
-
Franz Nemeth authored
-
- May 08, 2024
-
-
tico88612 authored
Registry change to registry.k8s.io Signed-off-by:
tico88612 <17496418+tico88612@users.noreply.github.com>
-
Max Gautier authored
c58497cd (Refactor bootstrap-os (#10983), 2024-03-27) refactored the boostrap-os include but didn't adapt the amazon linux tasks to the actual ID of amazon linux ('amzn') Re-enable the CI so we can avoid that kind of breakage.
-
Daniel Strufe authored
* Update external huawei cloud controller to 0.26.8 * Update huawei cloud controller templates * Add security-group-id to config * git fail
-
- May 07, 2024
-
-
Jorge Isnardo Altamirano authored
-
- May 06, 2024
-
-
Vladimir Shaikovskii authored
-
MatthieuFin authored
if node.projectcalico.org already existe patch node to set asNumber instead of apply resource to prevent remove of existing fields feed by calico-node pods
Closes: 11096 -
Max Gautier authored
The name reported in ansible_distribution is "CentOS", so this could break some things.
-
- May 03, 2024
-
-
hayden authored
-
Mohamed Omar Zaian authored
-
- May 02, 2024
-
-
Jorge Isnardo Altamirano authored
-
Jorge Isnardo Altamirano authored
-
- Apr 30, 2024
-
-
Mohamed Omar Zaian authored
-
Lihai Tu authored
Signed-off-by:
tu1h <lihai.tu@daocloud.io>
-
Denis Khachyan authored
-
Patrick authored
* Add Calico v3.27.3 and make it default * Add Calico v3.27.3 and make it default * Update README.md
-
RaSerge authored
-
- Apr 29, 2024
-
-
Max Gautier authored
Some packages requirements depends on inventory variables (`kube_proxy_mode` in that case but it could apply to others). As the case seems pretty rare, instead of adding complexity to pkgs, we add an escape hatch to use jinja conditions. That should be revisited if we find ourselves shoehorning lots of logic in this later on.
-
Max Gautier authored
The empty dict means that packages will always be installed on the host.
-
Max Gautier authored
Uses the logic introduced in the previous patch to convert all kubernetes/preinstall/vars/* os specific files to the `pkgs` dictionary. Some niceties for devs: - always validate the `pkgs` variable to catch mistakes in CI. - ensure that `pkgs` is always sorted. This makes it easier to find the packages you're looking for.
-