KoB
KoB
Can you tell me How to use eks irsa instead of ~/.aws/credentials I used goofys v0.24 (latest) and checked https://github.com/kahing/goofys/issues/556 but irsa didn't work
Checklist: * [ ] I've included steps to reproduce the bug. * [ ] I've included the version of argo rollouts. **Describe the bug** When SyncOption is set to ServerSideApply=true,...
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...
`main.go 114:115` ```go ... Network: fmt.Sprintf("projects/%s/global/networks/%s", *projectName, *network), Subnet: fmt.Sprintf("projects/%s/regions/%s/subnetworks/%s", *projectName, regionForZone(*zone), *subnet), ... ``` shared vpc's project name is A, but current project name is B. so If use...
Related to https://github.com/argoproj/argo-cd/issues/22885 Add health checks for karpenter.sh v1: `NodePool` and `EC2NodeClass` Checklist: * [x] 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 your feature request related to a problem? Please describe.** If use GCP Secret Manager, It can't parse json data example, I have a GCP Secret Manager named `kingbj0429-secret` and...
## Hey, I just made a Pull Request! I added PV and PVC at kubernetes plugin Issue: #31317 Since PV and PVC are likely to be linked with cloud resources,...