- May 26, 2022
-
-
Kenichi Omichi authored
Current Kubespray supports the Kubernetes version 1.21 or upper with `kube_version_min_required: v1.21.0` Then kube_version v1.20- related code is not used at all. This deletes those code for cleanup.
-
- May 23, 2022
-
-
Necatican Yıldırım authored
* [etcd] Add extra documentation for `etcd_memory_limit` and `etcd_quota_backend_bytes` Signed-off-by: necatican <necaticanyildirim@gmail.com> * [etcd] Add support for setting ETCD_MAX_REQUEST_BYTES Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
- May 18, 2022
-
-
Kay Yan authored
* add Feature synchronized time checking * fix-invalid-kube-vip-manifest
-
- May 10, 2022
-
-
emiran-orange authored
-
- May 09, 2022
-
-
Alessio Greggi authored
feat: add variables to manage makeIPTablesUtilChains and streamingConnectionIdleTimeout kubelet parameters (#8796)
-
Robin Wallace authored
-
- May 07, 2022
-
-
Andy authored
-
- May 06, 2022
-
-
Alessio Greggi authored
* feat: add variable to manage service-account-lookup on kube-apiserver * docs: add documentation about service-account-lookup variable
-
David Louks authored
* Add optional setting for ca data in auth webhook * add webhook token auth variables to sample inventory
-
- May 05, 2022
-
-
Elif Akyıldırım authored
* Assert that IP range is enough for the nodes Co-authored-by: Necatican Yıldırım <necaticanyildirim@gmail.com> * Fixed whitespace * Fixed errors * Fixed errors Co-authored-by: Necatican Yıldırım <necaticanyildirim@gmail.com>
-
Victor Morales authored
-
- May 02, 2022
-
-
Alessio Greggi authored
* feat: add support for EventRateLimit admission plugin * docs: add documentation about admission_control_config_file and EventRateLimit configuration
-
- Apr 28, 2022
-
-
Kenichi Omichi authored
aufs-tools was required for docker.io package originally, but Kubespray installs docker-ce package instead today. In addition, Ubuntu 20.04 doesn't provide aufs-tools as [1]. Then this removes aufs-tools from Ubuntu requirement. [1]: https://bugs.launchpad.net/ubuntu/+source/aufs-tools/+bug/1947004
-
- Apr 17, 2022
-
-
Cristian Calin authored
* [etcd] ensure etcd is properly upgraded when managed by kubeadm * [CI] add periodic job to test upgrade of etcd managed by kubeadm
-
- Apr 14, 2022
-
-
Cristian Calin authored
-
- Apr 12, 2022
-
-
Julien Le Fur authored
-
Robin Wallace authored
* [upcloud] add upcloud csi-driver * Option to use ansible_host as api ip for kubueconfig
-
- Apr 07, 2022
-
-
Mathieu Parent authored
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
-
Unai Arríen authored
Ensure all Kubelet required kernel values are configured when enabling protectKernelDefaults (#8692)
-
- Apr 05, 2022
-
-
Alessio Greggi authored
* feat: split kube_feature_gates variable for different kubernetes components * docs: add kube_feaute_gates componet variables
-
- Mar 29, 2022
-
-
Kenichi Omichi authored
If running Kubespray on static IP environments, a task was failed like: TASK [kubernetes/preinstall : Configure dhclient hooks for resolv.conf (RH-only)] fatal: [ak8s2]: FAILED! => { "changed": false, "checksum": "..", "msg": "Destination directory /etc/dhcp/dhclient.d does not exist"} This adds a check for dhclientconffile for running 0100-dhclient-hooks to run the task only if dhcpclient is enabled.
-
- Mar 22, 2022
-
-
Cristian Calin authored
-
- Mar 18, 2022
-
-
Cristian Calin authored
* [calico] make vxlan encapsulation the default * don't enable ipip encapsulation by default * set calico_network_backend by default to vxlan * update sample inventory and documentation * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade * [CI] improve netchecker connectivity testing * [CI] show logs for tests * [calico] tweak task name * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check * service proxy mode still fails connectivity tests so keeping it manual mode * [kube-router] account for containerd use-case
-
- Mar 17, 2022
-
-
Cristian Calin authored
-
- Mar 14, 2022
-
-
onock authored
[systemd-resolved] Fix DNS configuration according to docs/dns-stack.md and during reset of cluster (#8560) (#8561)
-
- Mar 07, 2022
-
-
kakkotetsu authored
-
Takuya Murakami authored
* Update ansible-lint to 5.4.0 (#8607) It seems that the Rich version 11.0.0 has a breaking change. So need to update ansible-lint to 5.3.2 or later. * Fix for ansible-lint no-changed-when rule (#8607)
-
- Mar 02, 2022
-
-
Tom Janson authored
this is not complete -- there are almost certainly more instances of this issue
-
- Feb 26, 2022
-
-
Mac Chaffee authored
Signed-off-by: Mac Chaffee <me@macchaffee.com>
-
- Feb 24, 2022
-
-
Nicolas Goudry authored
fix: regex fix: wrong regex_replace usage
-
- Feb 23, 2022
-
-
Alex authored
* change default value for Encrypting Secret Data at Rest to secretbox, remove experimental flag and add documentation * fix MD012/no-multiple-blanks
-
- Feb 22, 2022
-
-
Necatican Yıldırım authored
* Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable Signed-off-by: necatican <necaticanyildirim@gmail.com> * Add etcd kubeadm deployment documentation Signed-off-by: necatican <necaticanyildirim@gmail.com> * Refactor warning for the deprecated 'etcd_kubeadm_enabled' variable Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
- Feb 15, 2022
-
-
kakkotetsu authored
-
- Feb 02, 2022
-
-
Ilya Margolin authored
If kubelet is run with systemd (as it always is when using kubespray), it starts in systemd's /system.slice/kubelet.service cgroup. This commit prevents a creation and usage of a second unrelated cgroup.
-
- Feb 01, 2022
-
-
Michael Schmitz authored
* Use sysctl_file_path variable for all sysctl_file locations * Add sysctl_file_path variable to kubespay-defaults * Remove previously used sysctl file locations if present * Use explicit filename in roles/kubernetes/node/defaults/main.yml * Defaults: use explicit value
-
- Jan 27, 2022
-
-
华忠啊 authored
-
- Jan 24, 2022
-
-
cyril-corbon authored
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
-
- Jan 13, 2022
-
-
Florian Ruynat authored
-
- Jan 11, 2022
-
-
Samuel Liu authored
-
- Jan 10, 2022
-
-
Unai Arríen authored
Improve first_kube_control_plane variable management to avoid installation failures due to variable overlapping (#8388)
-