Yuhao Zhang

Results 20 comments of Yuhao Zhang

I believe this issue still exists. I track all the hacks I need to do in [this file](https://github.com/yuha0/home-infra/blob/main/ansible/inventory/group_vars/all/multi-arch-fix.yml). /remove-lifecycle stale

@hyacin75 At first glance, I suspect it was related to #8474. Specifically: https://github.com/kubernetes-sigs/kubespray/blob/c6e5314fab3ee2e05590b69f578a4fb1ae1903e5/roles/download/tasks/download_file.yml#L50-L52 Which doesn't seem to take multi-arch into consideration and just picks one of verified mirror URLs randomly...

I finally got some time to upgrade my multi-arch cluster. Since what broke _my_ installation was #8474, I just reverted the change: https://github.com/yuha0/kubespray/commit/472c8f7f260ed185176aa3fa426fb3803f24a6b2 After that I was able to finish...

@VannTen If you meant 6f419aa18ecaf94807968914728de416e021bd86, I have been patching every single kubespray release in my fork with [a similar change](https://github.com/yuha0/kubespray/commit/b1da943af54536b96b54f6aee7679760d9491413) for 2 years and it has been working very well...

I upgraded my multiarch cluster with kubespray 2.25 successfully without any modification. Looks like the fix worked.

I am seeing the same thing as I am trying to replace kube-proxy in my cluster. Looks like in kubespray, `kube-proxy` is created by `kubeadm`. And when `cilium_kube_proxy_replacement` is set,...

Hi @YanniHu1996 , the manifest applied in your first step contains [a clusterrole that gives the operator permission to list namespaced resources](https://github.com/cloudnative-pg/cloudnative-pg/blob/v1.22.0/releases/cnpg-1.22.0.yaml#L13224-L13234) like configmaps, secrets, PVCs in all namespaces. I...

I am not super familiar with all the possible options in `git` that may affect the output of `git log`. There could have been other cases I haven't thought about....

@Guts Thanks for the suggestion. I think that's a great idea. Looks like the lines I touched are part of a very long method, `get_file_dates`, which attempts to extract dates...

@Guts Sorry about the delay, It's been busy at work. Also, for some reason I cannot reproduce it on my personal device... I will need to investigate a bit more