- Jun 15, 2022
-
-
Kay Yan authored
-
Kay Yan authored
-
蒋航 authored
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
-
rtsp authored
-
- Jun 14, 2022
-
-
Viktor Jacynycz authored
-
Dickson Tung authored
-
Ho Kim authored
- Upgrade pypy's python version to `3.9` - Upgrade pypy`s version to `7.3.9`
-
Ho Kim authored
-
orange-llajeanne authored
-
Florian Ruynat authored
-
Ho Kim authored
-
- Jun 13, 2022
-
-
orange-llajeanne authored
* fix a typo in the "matallb_auto_assign" variable name * add metallb check to fail when deprecated "matallb_auto_assign" variable is defined
-
- Jun 10, 2022
-
-
Kay Yan authored
-
Steffen Becker authored
Proposed fix to Issue 8667 Proposed fix to Issue 8667
-
- Jun 09, 2022
-
-
Kenichi Omichi authored
When running molecule jobs, we saw the folloing warning message: [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. callbacks_enabled has been added since Ansible 2.11 and Kubespray is using Ansible 2.12 at master branch. So we can use callbacks_enabled safely to avoid the warning message.
-
Kenichi Omichi authored
Ansible v2.9 and v2.10 are EOL as [1]. This drops those version supports by following the upstream Ansible. This sets use_ssh_args true always because that is required to use ssh_args on ansible.cfg on Ansible v2.11 or later[2]. ansible_ssh_host is replaced with ansible_host because ansible_ssh_host has been deprecated already and cenots7 jobs were failed due to the deprecated ansible_ssh_host. [1]: https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-changelogs [2]: https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html#parameter-use_ssh_args
-
Mathieu Parent authored
-
- Jun 08, 2022
-
-
Kenichi Omichi authored
update etcd download url in offline.yml
-
Mohamed Zaian authored
Please see the conversation here: https://groups.google.com/a/kubernetes.io/g/dev/c/DYZYNQ_A6_c
-
- Jun 07, 2022
-
-
Ilya Margolin authored
* Allow disabling calico CNI logs with calico_cni_log_file_path Calico CNI logs up to 1G if it log a lot with current default settings: log_file_max_size 100 Max file size in MB log files can reach before they are rotated. log_file_max_age 30 Max age in days that old log files will be kept on the host before they are removed. log_file_max_count 10 Max number of rotated log files allowed on the host before they are cleaned up. See https://projectcalico.docs.tigera.io/reference/cni-plugin/configuration#logging To save disk space, make the path configurable and allow disabling this log by setting `calico_cni_log_file_path: false` * Fix markdown * Update roles/network_plugin/canal/templates/cni-canal.conflist.j2 Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com> Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com>
-
bo.jiang authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
Kenichi Omichi authored
If opening https://groups.google.com/g/kubernetes-dev we can see the following message: As of January 2, 2022, this group will be sunset in favor of dev@kubernetes.io. So this replaces kubernetes-dev@googlegroups.com with the new one. In addition, this adds actual steps to know how to create container images easily.
-
- Jun 06, 2022
-
-
mahjonp authored
Signed-off-by: mahjonp <junpeng.man@gmail.com>
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
Ho Kim authored
* Fix: set fallback value of kubelet ip6 (#8858) * Prune the spurious comma in the end of kubelet_address - Update `roles/kubernetes/node/defaults/main.yml` Co-authored-by: Cristian Calin <6627509+cristicalin@users.noreply.github.com> * Fix: set fallback value of kubelet ip6 (#8858) - Apply the lint: https://github.com/kubernetes-sigs/kubespray/pull/8926/commits/132606368e31bdb992fe45df80bd74d524b8ed89 Co-authored-by: Cristian Calin <6627509+cristicalin@users.noreply.github.com>
-
Kenichi Omichi authored
For the code readability, this adds blocks for each distribution.
-
zhougw authored
* fix dir error * the command line should align
-
vanyasvl authored
* Add AltName to calico-apiserver certificate * fix support for centos7 openssl
-
Mohamed Zaian authored
* Metrics Server now requires access to nodes/metrics RBAC resource instead of nodes/stats. See: https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.6.0 * Minimize rbac permissions.
-
Thearas authored
-
Florian Ruynat authored
-
- Jun 05, 2022
-
-
Kenichi Omichi authored
As a step of release process, this updates KUBESPRAY_VERSION. Thank you so much for creating and pushing container images of the new version floryut !
-
- Jun 01, 2022
-
-
Kenichi Omichi authored
This updates RELEASE.md file to understand the release process easily based on hands-on experience.
-
Max Gautier authored
This reverts commit e3756786. The workaround of explicitly specifying root for the kubelet unit was for pulling images from private registry. Kubernetes now have a dedicated mechanism with imagePullSecret.
-
Chris Ricker authored
Map appropriate versions of etcd and snapshot_controller containers with k8s 1.24
- May 31, 2022
-
-
Daniil Muidinov authored
* [calico] * add 3.22.3 and 3.23.1 * set 3.22.3 default * fix download crd for calico 3.22.3 and upper * update calico README.md
-
mahjonp authored
* fix deploy Cilium with eBPF-based Masquerading failed Signed-off-by: mahjonp <junpeng.man@gmail.com> * forget to add the enable-ip-masq-agent flag Signed-off-by: mahjonp <junpeng.man@gmail.com>
-
Samuel Liu authored
-