sivchari
sivchari
close #17490 closes https://github.com/argoproj/argo-cd/issues/16473 Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this...
This PR aims to updating Kubernetes version to 1.29.1
close https://github.com/argoproj/argo-cd/issues/18278 close https://github.com/argoproj/argo-cd/issues/18281 Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this...
I upgraded libs of Kubernetes.
### What would you like to be added (User Story)? I suggest to add KubeadmControlPlanePhase to CRD. Currently, Cluster and MachineDeployment has individual phase, but KCP doesn't have it. KCP...
Since I wanna assign many pods to node, I edited allocatable and capacity in node status. This operation can be done via kubectl, but it can't via Web UI. I...
Hi, I fixed GitHub Actions to pass the CI. Thanks.
## Go version ```cli go version go version devel go1.24-b049837d97 Tue Sep 17 20:44:51 2024 +0000 darwin/arm64 ``` ## TinyGo version ```cli tinygo version tinygo version 0.33.0 darwin/arm64 (using go...
**What this PR does / why we need it**: Go has errors package to use Is() and As(). These API can check recursively if the err is one we want....