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.
3 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
Kubernetes Prow Robot
5ed7042808
Merge pull request #11924 from tico88612/bump/ansible-10.7.0
Bump Ansible to 10.7.0 & Deprecate Pre-installed Python 3.7-OS tests
3 months ago
ChengHao Yang
48cc0e1cde
CI: add pip install in upgrade job
This will avoid check ansible version failed in upgrade job.
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
4 months ago
ChengHao Yang
854dbef25e
Docs: remove unused CI tests information
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
4 months ago
ChengHao Yang
95998e437b
CI: remove OpenSUSE 15.6 tests
Because pre-installed python version is 3.6, which is deprecated by
Ansible 10.
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
4 months ago
ChengHao Yang
fc0206e313
CI: remove RHEL8-related OS tests
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
4 months ago
ChengHao Yang
26acce9cec
Docs: update ansible-core version to 2.17.3
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 year ago
ChengHao Yang
d3c3ccd168
Update ansible_version minimal and maximal version
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 year ago
ChengHao Yang
58e302ec31
Bump ansible to 10.7.0
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 year ago
ChengHao Yang
3cda93405a
Cleanup: Ubuntu 20.04 tests ( #12301 )
* Test: molecule replace ubuntu2004 with ubuntu2204 ubuntu2404
cri-dockerd, adduser and bastion-ssh-config can't run ubuntu2404, maybe needs to check login.
"System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)."
Signed-off-by: ChengHao Yang
<17496418+tico88612@users.noreply.github.com>
* Test: replace ubuntu-2004 with ubuntu-2404
All ubuntu-2004 tests are removed.
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
* Docs: update ci.md
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
* Docs: update README.md
Remove Ubuntu 20.04 support
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
---------
Signed-off-by: ChengHao Yang
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
3 months ago
Chad Swenson
540cfd1087
Add version pinning for AWS tf provider to fix CI ( #12323 )
3 months ago
Kubernetes Prow Robot
f58315f69e
Merge pull request #12254 from tico88612/fix/cilium-migration
Fix: the cluster is upgraded from 2.27 to 2.28 cilium will break
3 months ago
_xat_
dca2a5ecb3
Skip kube-proxy addon phase during kubeadm upgrade if disabled ( #12306 )
3 months ago
Max Gautier
85cf0014cd
CI: Run vagrant validate on master as well ( #12311 )
Not really a reason not to, and this actually breaks daily-ci because
some jobs depends on this one so the whole pipeline is invalid if it's
not created.
3 months ago
Kubernetes Prow Robot
170b3dc55d
Merge pull request #12302 from VannTen/ci/factorize_molecule_scenario
CI: cleanup and factorization of molecule tests
3 months ago
Max Gautier
50a32acf51
CI: use debug stdout callback everywhere (except pre-commit)
3 months ago
Max Gautier
b372a6f0f3
Fix alternatives runtimes CI
- youki and gvisor molecule tests are now passing
- kata-containers still broken
3 months ago
Max Gautier
5671037b0e
Convert alternatives runtimes molecule to ansible verifier
3 months ago
Max Gautier
1ccb3a38a2
Convert cri-dockerd molecule to ansible verifier
3 months ago
Max Gautier
68c4ee23cb
Convert CRI-O molecule to ansible verifier
3 months ago
Max Gautier
3f26203ed0
Convert containerd molecule to ansible verifier
3 months ago
Max Gautier
a5ede2a5c7
container-engine: factorize molecule testing infra
3 months ago