flxbwr
ad565ad922
Fix waiting for MetalLB controller ( #10858 )
...
The current state waiting method is bad to implement.
When changing the deployment version, which is execute with the upgrade_cluster in the previous ansible task: "Kubernetes Apps | Install and configure MetalLB", next ansible task: "Kubernetes Apps | Wait for MetalLB controller to be running" may fall with an error.
2024-02-06 02:58:59 -08:00
Oliver Larsson
65e22481c6
Remove documentation for removed in-tree openstack provider ( #10889 )
2024-02-06 01:11:00 -08:00
Max Gautier
6f419aa18e
Revert "implement download mirrors support ( #8474 )" ( #10884 )
...
This reverts commit c6e5314fab
.
There is no user of the download mirrors support in kubespray, for a
long time.
2024-02-06 00:48:29 -08:00
anders-elastisys
c698790122
add nat_outgoing_ipv6 to calico defaults and docs ( #10866 )
2024-02-05 23:14:22 -08:00
Max Gautier
de4d6a69ee
Make more fields mandatory in bug report template ( #10883 )
...
-> to make people actually give us the information we need
2024-02-05 20:34:19 -08:00
Gianmarco Mameli
989ba207e9
task description modified ( #10875 )
2024-02-05 07:59:04 -08:00
Max Gautier
f2bdd4bb2f
Fix logical error when checking for boostrap-os ( #10867 )
...
Also remove some clutter along the way.
2024-02-05 07:58:55 -08:00
raviranjan
200b630319
Adding egress IPv6 for node-local-dns queries
2024-02-05 16:57:13 +01:00
Max Gautier
21289db181
Cleanup main OWNERS file ( #10848 )
...
Remove inactive reviewers / move inactive approvers to emeritus
2024-02-05 07:45:56 -08:00
Kay Yan
c9a44e4089
make docker 24.0 default ( #10873 )
...
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
2024-02-04 21:55:19 -08:00
kyrie
0dbde7536f
make containerd 1.7.12 default and upgrade runc to v1.1.11 ( #10862 )
...
Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
2024-02-01 04:06:08 -08:00
Victor Login
8d53c1723c
bump coredns version to 1.11.1 ( #10719 )
...
* update version coredns 1.11.1
* Update roles/kubespray-defaults/defaults/main/download.yml
Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com>
---------
Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com>
2024-02-01 03:28:20 -08:00
Mohamed Omar Zaian
dce68e6839
[feat] Update metrics server to v0.7.0 ( #10856 )
2024-01-31 05:13:26 -08:00
Max Gautier
11c01ef600
docs: vagrant-libvirt is tested in CI ( #10847 )
2024-01-31 05:13:17 -08:00
Takuya Murakami
785366c2de
[kubernetes] Support kubernetes 1.29 ( #10820 )
...
* [kubernetes] Make kubernetes 1.29.1 default
* [cri-o]: support cri-o 1.29
Use "crio status" instead of "crio-status" for cri-o >=1.29.0
* Remove GAed feature gates SecCompDefault
The SecCompDefault feature gate was removed since k8s 1.29
https://github.com/kubernetes/kubernetes/pull/121246
2024-01-31 00:57:23 -08:00
Max Gautier
e3ea19307a
Doc clarification: skipping patches releases is OK ( #10850 )
2024-01-29 22:31:40 -08:00
Max Gautier
ee8b909a67
Download hash script: auto discover versions ( #10849 )
...
* Download patches version automatically from a minor
* Automate versions discovery for hash download
* Small refactoring
2024-01-29 18:06:10 -08:00
Saber
1d119f1a3c
Fixed grammar ( #10853 )
2024-01-29 17:46:58 -08:00
Kundan Kumar
4ea1a0132e
Updated vagrant.md ( #10836 )
2024-01-28 21:16:35 -08:00
jandres - moscardo
0ddf872163
Update upgrades.md with serial=1 for rolling updates ( #10837 )
...
* Update upgrades.md
modify env serial to have real rolling upgrades
* Update upgrades.md
change section for serial
* Update docs/upgrades.md
Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com>
---------
Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com>
2024-01-28 21:07:17 -08:00
Slavi Pantaleev
a487667b9d
Make large-deployments.md link to downloads.md ( #10840 )
2024-01-25 14:55:33 +01:00
Ugur Can Ozturk
7863fde552
[apiserver-kubelet/tracing]: add distributed tracing config variables ( #10795 )
...
* [apiserver-kubelet/tracing]: add distributed tracing config flags
Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com>
* [apiserver-kubelet/tracing]: add distributed tracing config flags - fix
Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com>
* [apiserver-kubelet/tracing]: add distributed tracing config flags - fix
Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com>
---------
Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com>
2024-01-25 10:24:35 +01:00
kimsehwan96
758d34a7d1
Fix typo mistake in roles/kubernetes/control-plane/tasks/define-first-kube-control.yml
...
- Fix 'Set fact joined_control_panes' into 'Set fact joined_control_planes'
2024-01-24 13:39:39 +01:00
Max Gautier
c80f2cd573
Allow the DNS stack to be backward compatible with an old dns_domain ( #10630 )
...
Handle all old dns domains:
- for nodelocaldns: in the same server block as the current dns_domain
- for coredns: uffix rewrite of each of the old dns domains to the
current one
2024-01-24 06:31:22 +01:00
Simon Wessel
0e26f6f3e2
chore: improve performance of python script for hash download ( #10335 )
...
The old version of the script downloaded all binaries and generated file checksums locally.
This was a slow process since all binaries of all architectures needed to be downloaded.
The new version simply downloads the .sha256 files containing the binary checksum in text
form which saves a lot of traffic and time.
2024-01-23 16:41:20 +01:00
Maxime Leroy
ab0163a3ad
fix(kubernetes): taint nodes with kubectl ( #10705 )
...
Signed-off-by: Maxime Leroy <19607336+maxime1907@users.noreply.github.com>
2024-01-23 15:46:13 +01:00
Daniel Strufe
2eb588bed9
Update external huawei cloud controller to 0.26.6 ( #10824 )
...
* Update huaweicloud controller to 0.26.6
See <https://github.com/kubernetes-sigs/cloud-provider-huaweicloud/compare/v0.26.3...v0.26.6 >
* Update huaweicloud sample to use 0.26.6
2024-01-23 09:28:00 +01:00
Louis Tu
a88bad7947
Add scheduler plugins support ( #10747 )
...
Signed-off-by: tu1h <lihai.tu@daocloud.io>
2024-01-23 07:42:33 +01:00
Max Gautier
89d42a7716
Fix coredns_dual usage ( #10821 )
2024-01-22 18:36:16 +01:00
Max Gautier
b4dd8b4313
Hopefully final batches of ipaddr deprecation cleanup ( #10822 )
2024-01-22 18:20:44 +01:00
Max Gautier
4fc1fc729e
Remove dead link in README for debian jessie ( #10827 )
2024-01-22 18:00:59 +01:00
yun
13e1f33898
Correct the POLY1305 cipher suites by adding the suffix _SHA256 ( #10641 )
2024-01-22 18:00:52 +01:00
Alexander
de2c4429a4
Enable configuring mountOptions, reclaimPolicy and volumeBindingMode … ( #10450 )
...
* Enable configuring mountOptions, reclaimPolicy and volumeBindingMode for cinder-csi StorageClasses
* Check if class.mount_options is defined at all, before generating the option list
2024-01-22 18:00:34 +01:00
Max Gautier
22bb0976d5
Adjust kubelet_event_record_qps to K8S default ( #10826 )
...
Also remove redundant check in the kubelet config template (we define a
default, so the setting will always be "true")
2024-01-22 17:49:14 +01:00
Serge Hartmann
a2ed5fcd3d
Doc: variable cilium_ipsec_key must be base64 encoded ( #10781 )
...
Signed-off-by: serge Hartmann <serge.hartmann@gmail.com>
2024-01-22 17:49:00 +01:00
R. P. Taylor
6497ecc767
workaround for terraform bug related to no_floating and extra_groups ( #10764 )
2024-01-22 17:28:28 +01:00
R. P. Taylor
54fb75f0e0
don't overwrite changes to openstack allowed_address_pairs ( #10760 )
2024-01-22 17:28:19 +01:00
my-git9
5a405336ae
Support following k8s version selection pause image ( #10756 )
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-01-22 17:28:09 +01:00
Kri5
fd6bb0f7fd
Allow vagrant directory location to be configurable ( #10718 )
...
In the case were vagrant is not invoked directly from the repository,
but from another location, and the Vagrantfile is "included" into
another, we need to be able to specify where the location of the vagrant
directory is, as of now it's hardcoded relative to the Vagrantfile
location. This commit fix it.
2024-01-22 17:22:37 +01:00
Yuhao Zhang
0e971a37aa
Offline control plane recover ( #10660 )
...
* ignore_unreachable for etcd dir cleanup
ignore_errors ignores errors occur within "file" module. However, when
the target node is offline, the playbook will still fail at this task
with node "unreachable" state. Setting "ignore_unreachable: true" allows
the playbook to bypass offline nodes and move on to proceed recovery
tasks on remaining online nodes.
* Re-arrange control plane recovery runbook steps
* Remove suggestion to manually update IP addresses
The suggestion was added in 48a182844c
4
years ago. But a new task added 2 years ago, in
ee0f1e9d58
, automatically update API
server arg with updated etcd node ip addresses. This suggestion is no
longer needed.
2024-01-22 17:22:27 +01:00
Max Gautier
4e52fb7a1f
Adjust the releases process documentation. ( #10727 )
...
* markdown numbered lists: no need to manually maitain the numbers
* add instructions to update the collection version roughly following
Ansible collection maintenance guidelines
(https://docs.ansible.com/ansible/latest/community/collection_contributors/collection_release_with_branches.html )
* Distinguish major from minor releases in the release process
* Bump current galaxy.yml version to the next release
2024-01-22 17:11:17 +01:00
Noam
3e7b568d3e
crictl allow setting grace period for stop containers upon reset ( #10651 )
...
* crictl allow setting different grace period for stop containers and pods
* correct grace period location
2024-01-22 17:11:08 +01:00
kyrie
a45a40a398
update kube-version-min-required to v1.27 ( #10817 )
2024-01-22 14:26:12 +01:00
Takuya Murakami
4cb1f529d1
[kubernetes] Add hashes for kubernetes 1.29.0 and 1.29.1 ( #10778 )
...
* Add hashes of crictl and crio
* Add versions of etcd, crictl, crio and csi-snapshotter
2024-01-22 09:39:15 +01:00
ERIK
fe819a6ec3
Fix file loss during download ( #10779 )
...
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
2024-01-22 05:56:08 +01:00
Kay Yan
df5a06dc70
cleanup-for-2.24.0 ( #10811 )
2024-01-19 17:29:17 +01:00
Mohamed Omar Zaian
64447e745e
[kubernetes] Make kubernetes v1.28.6 default ( #10810 )
2024-01-19 09:07:27 +01:00
ERIK
78eb74c252
Pin equinix provider version ( #10809 )
...
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
2024-01-19 05:55:41 +01:00
Kay Yan
669589f761
cleanup-for-2.23.2 ( #10800 )
2024-01-17 10:03:02 +01:00
Max Gautier
b7a83531e7
etcd: update to v3.5.10 ( #10798 )
2024-01-17 09:50:48 +01:00