Clement Phu
6c147dfe3c
Add cilium_extra_values to make use of any cilium values ( #12375 )
fix noqa
1 month ago
ChengHao Yang
502ba663c5
Fix: Convert -backports sources to archive.debian.org for bullseye and older ( #12434 )
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 month ago
Aman Shrivastava
5e54fd4da3
add proxy_env to cilium install task for proxy support ( #12417 )
2 months ago
Ho Kim
f347c12145
feat: add support for coredns_affinity ( #11994 )
Signed-off-by: Ho Kim <ho.kim@ulagbulag.io>
Co-authored-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
2 months ago
Xuhui Sun
95640819f5
🐛 fix missing cilium_enable_bgp_control_plane config ( #12430 )
2 months ago
Psycho Mantys
5b1334102b
Remove --auth-anonymous if kube_api_anonymous_auth is undefined. ( #12353 )
Remove --auth-anonymous if kube_api_anonymous_auth in undefined, to avoid
compatibility errors with other arguments of the kube-apiserver, such as
--authentication-config when anonymous field is configured.
2 months ago
ak1ra
96c39ae7fd
doc: modify section order, remove redundant section ( #12423 )
2 months ago
Romain Lalaut
d198b2ca53
playbooks/remove_node.yml: fixes localhost validation task ( #12420 )
- Add gather_facts: false (no system facts needed for validation)
- Add become: false (no privilege escalation needed on localhost)
2 months ago
dependabot[bot]
9e8bf18aa1
build(deps): bump distlib from 0.3.9 to 0.4.0 ( #12415 )
Bumps [distlib](https://github.com/pypa/distlib ) from 0.3.9 to 0.4.0.
- [Release notes](https://github.com/pypa/distlib/releases )
- [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst )
- [Commits](https://github.com/pypa/distlib/compare/0.3.9...0.4.0 )
---
updated-dependencies:
- dependency-name: distlib
dependency-version: 0.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Kubernetes Prow Robot
fcaaee537e
Merge pull request #12377 from yankay/bump-containerd
feature: support containerd static binary
2 months ago
Kay Yan
97946cfdb7
support containerd static binary
Co-authored-by: Max Gautier <mg@max.gautier.name>
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
2 months ago
Kay Yan
72518b4497
bump containerd to 2.1.3, runc to 1.3.0,nerdctl to 2.1.2
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
3 months ago
Chad Swenson
18d7a02280
Patch versions updates ( #12410 )
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 months ago
ChengHao Yang
8d275dcb4f
Fix: nodelocaldns capabilities usage ( #12398 )
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
2 months ago
vdveldet
ff2179985c
Added new checksums for helm_archive_checksums ( #12389 )
* Added new checksums for helm_archive_checksums
* Changed default helm version
2 months ago
Romain Lalaut
b1cc016cc0
dd external_openstack_lbaas_member_subnet_id variable to external-openstack-cloud-config.j2 ( #12267 )
2 months ago
wangsifei99
263e8b24cf
Fix#12385 cilium typo ( #12393 )
Signed-off-by: wangsifei99 <wangsifei@kylinos.cn>
2 months ago
mathgaming
ce2ba28dec
Fixed syntax error in _bgp_config dict ( #12258 )
2 months ago
Takuya Murakami
784bf36c66
fix: Use crun in the cri-o distribution and don't use crun role from cri-o role anymore ( #12289 )
Signed-off-by: Takuya Murakami <murakami_da@nec.com>
2 months ago
Max Gautier
cbdfad8e80
CI: fix broken debugging ( #12381 )
2 months ago
pando85
d02910c675
Add header configuration in containerd hosts.toml ( #12368 )
* Add header configuration in containerd hosts.toml
Signed-off-by: Alexander Gil <pando855@gmail.com>
* Disable log output on containerd mirrors settings if required
Signed-off-by: Alexander Gil <pando855@gmail.com>
---------
Signed-off-by: Alexander Gil <pando855@gmail.com>
2 months ago
Chad Swenson
1e523a267c
Fix kubeadm upgrade node skipPhases with multiple CP nodes ( #12367 )
Add 1.32 conditional defaults
Restore support for kubeadm upgrade node --skip-phases < 1.32, apply still needs to be restricted
2 months ago
Max Gautier
15c8a4768d
Do not alter etc/hosts ( #12382 )
This is no longer needed, likely for a long time.
2 months ago
Elias Probst
6ca9f1f731
docs: Ansible Collection 404s ( #12376 )
* docs: remove obsolete reference to `gen_tags.sh`
`scripts/gen_tags.sh` was removed in 373b952a0c
* docs: fix 404 links
Merge the `Requirements` section with the `Usage` section and just
reference the inventory documentation, which then points to all further
information related to group vars etc.
3 months ago
wangsifei99
3311ceaa7b
Fix kubespray reset shouldn't remove /etc/dnsmasq files ( #12380 )
Signed-off-by: wangsifei99 <2209856191@qq.com>
3 months ago
Max Gautier
6354aa686e
Allow vagrant jobs to be triggered manually in Gitlab UI ( #12349 )
3 months ago
dependabot[bot]
90d5b34eca
build(deps): bump cryptography from 45.0.4 to 45.0.5 ( #12378 )
Bumps [cryptography](https://github.com/pyca/cryptography ) from 45.0.4 to 45.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/45.0.4...45.0.5 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 45.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
Kay Yan
7f6db0cbfa
add rocky linux 10 image ( #12379 )
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
3 months ago
vdveldet
8d7cbe732e
Adding proper quotation ( #12371 )
* Adding proper quotation
* Update file with correct quotes
3 months ago
Dexter
1e5a203ddc
Vagrant: Ensure IP Subnet not in use by localhost ( #12332 )
* feat(subnet): Ensure Vagrant subnet not in use by localhost
This commit ensures that Vagrantfile supplied $subnet is not in use by
the localhost. Previously, if the subnet is in use by localhost (i.e.
bridge network), Vagrant VM boxes can not communicate.
* refactor(socket): Use ruby Socket library to find addrs
This commit reverts the usage of Ruby .scan() which may result in
failure if program is not provided. Instead, this commit refactors to
use Socket library to determine interfaces in use, then proceeds to
compare with Vagrantfile supplied subnets. Additionally, the commit
supports IPv6 comparisons.
3 months ago
Mustafa Mertcan Çam
cde6e815dd
Cilium: Pass cluster DNS to hubble.peerService in values.yaml.j2 ( #12346 )
* cilium: pass cluster DNS to hubble.peerService in values.yaml.j2
* Add dedicated Hubble variable defaulting to inventory cluster domain
3 months ago
ERIK
c1c52002cf
Remove unused Calico CNI pool variables ( #12369 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
3 months ago
Zied Kharrat
5cd3f40cbc
Replace deprecated MAINTAINER with OCI-compliant LABEL ( #12360 )
3 months ago
Aman Shrivastava
f9385ec918
Add argocd_install component to hash update script with checksum entries ( #12358 )
3 months ago
ERIK
7ead3e2f11
fix(kubeadm): Conditionally add --skip-phases flag for v1.32.0+ ( #12351 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
3 months ago
Max Gautier
e0018268d6
CI: Add a test for scale.yml ( #12285 )
3 months ago
Kubernetes Prow Robot
d4cb5da017
Merge pull request #12295 from VannTen/ci/collection
CI: Simplify running playbooks as collection + various CI Fixes
3 months ago
刘旭
62f49822dd
fix ETCD_INITIAL_CLUSTER config in etcd.env and etcd-events.env ( #12342 )
3 months ago
Romain Lalaut
878da9fb16
Argo CD : checksum support for the install url ( #12266 )
Fixes https://github.com/kubernetes-sigs/kubespray/issues/12223
3 months ago
Max Gautier
f55de03fa6
CI: update sonobuoy url (heptio is now part of VMware)
Suggested-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
3 months ago
Max Gautier
7b6ff769f0
CI: 020_check_pods -> more readable output
Filter pod to describe / logs only the broken ones.
3 months ago
Max Gautier
e369ac2f24
CI: more readable loop
Avoids putting whole pod spec in loop label
3 months ago
Max Gautier
4a0a73b307
CI: fix check for kube_version
3 months ago
Max Gautier
253fc5ee59
CI: factorize tests into a single playbook
This allows to use kubespray_defaults (once) instead of redefining
defaults in the tests.
Test test files becomes imported tasks rather thand standalone
playbooks.
3 months ago
Max Gautier
bf41d3bfea
CI: Simplify running playbooks as collection
4 months ago
Chad Swenson
ede92b0654
Fix calico etcd mode networkpolicy RBAC ( #12344 )
3 months ago
Takuya Murakami
048967e3b0
feat: Add cilium_install_extra_flags ( #12262 )
Enable to use --chart-directory options etc for offline installation
Signed-off-by: Takuya Murakami <murakami_da@nec.com>
3 months ago
Kim Hyunyoung, Abel
8cc5897d5c
fix: add cilium extraConfig values ( #12335 )
3 months ago
ChengHao Yang
479e239016
CI: replace kaniko with buildkit ( #12305 )
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
3 months ago
Chad Swenson
39e0fc64ba
Patch versions updates ( #12322 )
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 months ago