Mohamed Omar Zaian
c00cea7b17
[helm] upgrade to 3.11.2 ( #9951 )
1 year ago
ERIK
0c4f57a093
Support extended settings for the Debian os family ( #9943 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 year ago
Kundan Kumar
3a6069916d
updated link for baremetel consideration ( #9944 )
1 year ago
Kundan Kumar
e6eda9d811
corrected reference link to valid one ( #9940 )
* corrected reference link to valid one
* Update calico.md
incorporated review comments
1 year ago
Kay Yan
e8f0fb82fe
fix-kube-bench-1.2.20 ( #9939 )
1 year ago
Kay Yan
19856cf692
fix-kube-bench-1.1.19 ( #9937 )
1 year ago
Mathias Petermann
3450865d3f
docs(argocd): ArgoCD no longer uses the pod name as initial password
1 year ago
Kay Yan
deb532ce27
fix-kube-bench-4.1.1 ( #9934 )
1 year ago
Anton
1bb4f88af1
cilium: Additional fix the configuration of tls for hubble #9880 ( #9932 )
1 year ago
Mathias Petermann
dcc04e54f3
fix(cert manager): Fix manifest if cert_manager_trusted_internal_ca is provided ( #9922 )
1 year ago
xiuguang.huang
4020a93d7e
delete the probe option of cilium_kube_proxy_replacement ( #9929 )
1 year ago
R. P. Taylor
a676c106d3
change bash for loop for SAN check ( #9060 )
fix merge conflict
1 year ago
Luke Simmons
acbf44a1b4
Adds support for Ansible collections ( #9582 )
1 year ago
HirazawaUi
baed5f0b32
Remove deprecated udpIdleTimeout field in KubeProxyConfiguration ( #9925 )
1 year ago
Toru Komatsu
8afd74ce1f
cilium: Fix the configuration of tls for hubble ( #9880 )
Signed-off-by: utam0k <k0ma@utam0k.jp>
1 year ago
Maxime Picaud
f6e4a231cb
fix(download): validate mirrors on localhost ( #9669 )
1 year ago
Toru Komatsu
3a5f5692ca
Cilium v1.13.0 ( #9879 )
Signed-off-by: utam0k <k0ma@utam0k.jp>
1 year ago
Jiri Fiala
9b37699d0d
Cilium Operator replicas configuration ( #9894 )
Signed-off-by: Fiala, JiriX <jirix.fiala@intel.com>
1 year ago
Kay Yan
cc382f2412
haproxy-proxy-ipv6 ( #9674 )
1 year ago
Maxime Leroy
9a8bf0e38a
fix(contrib/terraform): do not add access_ip when not wanted ( #9869 )
1 year ago
Will Hegedus
97dfdcd8fe
feat: support cilium 1.13.1 ( #9914 )
Cilium 1.13.1 changed how the cilium-cni binary gets placed in /opt/cni/bin,
so that it takes place in an init container rather than in the main agent.
1 year ago
prashantchitta
a9f52060c9
Fix ciliums hubble relay configuration ( #9876 )
* Fix ciliums hubble relay configuration
* Fixed the tls from code review
* Updated to dna_domain instead of hardcoding
1 year ago
tu1h
8cf5fefe84
Add download retries option ( #9911 )
Signed-off-by: tu1h <lihai.tu@daocloud.io>
1 year ago
Arthur Outhenin-Chalandre
f73b941d8a
Add MrFreezeex as reviewer ( #9906 )
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
1 year ago
ERIK
fb8631cdf6
fix allow unsupported distribution ( #9904 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 year ago
Mohamed Omar Zaian
7859aee735
[kubernetes] Add hashes for 1.26.3, 1.25.8, 1.24.12 ( #9900 )
1 year ago
蒋航
83c3ce7f8f
Add Retry for Checking calico exists ( #9883 )
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
1 year ago
Kay Yan
309aaee427
fix-cilium-error ( #9902 )
1 year ago
Mohamed Omar Zaian
349c8901f8
[containerd] add hashes for 1.7.0 ( #9892 )
1 year ago
Samuel Liu
df9aba6298
fix typo word
1 year ago
James
8f0bd36155
README: add mention to custom_cni ( #9878 )
1 year ago
biqiang Wu
2ae3ea9ee3
Modified the default value of cilium IPAM and added the support for related parameters ( #9443 )
Signed-off-by: dcwbq <biqiang.wu@daocloud.io>
1 year ago
蒋航
99115ad04b
Fix Get current calico version ( #9873 )
Signed-off-by: hang.jiang <hang.jiang@daocloud.io>
1 year ago
ERIK
7747ff2572
Fix uniontech os installation failure ( #9862 )
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
1 year ago
Victor Morales
fff400513b
Improve method to get binary checksums ( #9782 )
1 year ago
Marijn van der Giesen
eb4bd36f73
fix(kubernetes): Also apply kubeadm patches during upgrade ( #9781 )
1 year ago
panguicai
2d20f0c024
fix cri-o arm64 v1.26.0 wrong archive checksum ( #9872 )
Signed-off-by: panguicai008 <guicai.pan@daocloud.io>
1 year ago
Cyclinder
b0793df293
bump calico to v3.25.0 ( #9860 )
Signed-off-by: cyclinder qifeng.guo@daocloud.io
Signed-off-by: cyclinder qifeng.guo@daocloud.io
1 year ago
Brendan McShane
ab213a7db0
spelling
1 year ago
Brendan McShane
9fb1814784
Fix warning/info markdown
1 year ago
Jack
1ca50f3eea
Update check calico version command ( #9861 )
1 year ago
Arthur Outhenin-Chalandre
82f68ca395
calico: cilium: use localhost lb by default on kube-proxy replacement ( #9718 )
This commit removes the variable `use_localhost_as_kubeapi_loadbalancer`
and rather detects that we are in a situation where we can use the
localhost apiserver loadbalancer (meaning that we use the localhost load
balancer and that the same ports are used for both the load balancer and
the kube-apiserver).
This also cleanups the calico code to use `kube_apiserver_global_endpoint`
rather than implementing the same logic all over again.
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
1 year ago
panguicai
3a675393dc
upgrade rancher local-path-provisioner to v0.0.23 ( #9855 )
Signed-off-by: panguicai008 <1121906548@qq.com>
1 year ago
Jack
9c41769dab
Update nodes in etc hosts after cluster scale ( #9837 )
1 year ago
Mohamed Zaian
dba29db58d
[helm] upgrade to 3.11.1 ( #9849 )
1 year ago
panguicai
e175ccdde0
the url of multus has been moved ( #9850 )
Signed-off-by: panguicai008 <1121906548@qq.com>
1 year ago
Arthur Outhenin-Chalandre
9e2104c7d3
node: fix default kubelet/runtime cgroups when kube_reserved is false ( #9834 )
* node: fix default kubelet/runtime cgroups when kube_reserved is false (default)
Commit 1c4db6132d
introduced a notion of
kube_reserved. This introduced a breaking change defaulting to use
kube.slice for the container_manager and the kubelet as if kube_reserved
was always enabled whereas it is disabled by default.
This commit fixes this by bringing back system.slice whenever
kube_reserved is disabled.
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
* inventory/sample: change false for kube_reserved as its the default
Changing the commented value in sample inventory to the actual default
value.
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
---------
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
1 year ago
DRAGON2002
1d9502e01d
update args ( #9856 )
Signed-off-by: Anant Vijay <anantvijay3@gmail.com>
1 year ago
panguicai
c710c93c02
upgrade kubevip to v0.5.11 ( #9852 )
Signed-off-by: panguicai008 <1121906548@qq.com>
1 year ago
DRAGON2002
13c793fd0d
add flag ( #9827 )
Signed-off-by: Anant Vijay <anantvijay3@gmail.com>
1 year ago