- 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
-
Samuel Liu authored
-
- May 30, 2022
- May 29, 2022
-
-
Alessio Greggi authored
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- May 27, 2022
-
-
Mohamed Zaian authored
* [kubernetes] add hashes for 1.24.1 and other versions. versions: v1.21.13, v1.22.10, v1.23.7 & v1.24.1 * [kubernetes] make v1.23.7 default1
-
Gleb Galkin authored
-
- 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 24, 2022
-
-
Kenichi Omichi authored
[calico] don't clobber calico options set by the user
-
Thearas authored
-
Ross Kusler authored
-
- May 23, 2022
-
-
Samuel Liu authored
-
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 21, 2022
-
-
irizzant authored
Signed-off-by: irizzant <i.rizzante@gmail.com>
-
Necatican Yıldırım authored
Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
David Louks authored
* Add support for including annotations on aws-ebs-csi-controller * update comment to specify role arn
-
- May 20, 2022
-
-
Tamas Pasztor authored
* Possible remove ippools from cni config * Typo * Update roles/network_plugin/calico/templates/cni-calico.conflist.j2 Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com> * Update cni-calico.conflist.j2 Incorrectly deleted calico forwarding content. * Update roles/network_plugin/calico/templates/cni-calico.conflist.j2 Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com> Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com>
-