- Jun 08, 2022
-
-
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>
-
- Jun 06, 2022
-
-
mahjonp authored
Signed-off-by: mahjonp <junpeng.man@gmail.com>
-
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.
-
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 01, 2022
-
-
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 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
-
-
Thearas authored
-
Ross Kusler authored
-
- 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 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>
-
Andrey authored
* Fixed systemd-networkd restart for ubuntu 22.04 * fixed systemd-networkd restart for all Ubuntu
-
- May 19, 2022
-
-
Samuel Liu authored
* use ipamconfig instead of calico ipam command * fix ansible lint
-
orange-llajeanne authored
-
- May 18, 2022
-
-
Samuel Liu authored
-
Kay Yan authored
* add Feature synchronized time checking * fix-invalid-kube-vip-manifest
-
- May 17, 2022
-
-
Samuel Liu authored
calicoctl ipam xx calicoctl apply xx
-
- May 12, 2022
-
-
Mohamed Zaian authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
weizhoublue authored
Signed-off-by: weizhou.lan@daocloud.io <weizhou.lan@daocloud.io>
-
Cyclinder authored
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
-
Oogy authored
* support metallb peer password * add MetalLB BGP password example
-