wmgroot
wmgroot
Checklist: * [ X ] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [ X ] I've included steps to reproduce the bug. * [ X...
Please feel free to comment on the implementation. 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 a bug fix,...
Hello, I work at a company running an enterprise scale docker registry with 1300+ repositories used by our developers. These repositories are all hosted in S3. When we attempt to...
**Is your feature request related to a problem? Please describe.** We currently have a desire to share the same EFS path between pods in different namespaces. I could set this...
/kind feature **Describe the solution you'd like** I would like the ability to provision nodes with ephemeral instance store volumes attached. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/add-instance-store-volumes.html This would allow another option for high performance...
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 a bug fix, or (c) this does not need to be...
# Summary Rather than needing to configure RBAC explicitly to allow users and groups to perform actions such as deleting a Pod through the ArgoCD UI, it would be extremely...
/kind bug **What steps did you take and what happened:** Updating the MachinePool, AWSMachinePool or KubeadmConfig resources does not trigger an instanceRefresh on the AWS ASG. I expect that with...
Design for #743 Implementation PR: https://github.com/kubernetes-sigs/karpenter/pull/916 **Description** RFC for support for `disruption.forceDrainAfter` (nodeDrainTimeout) By submitting this pull request, I confirm that my contribution is made under the terms of the...
Fixes #743 **Description** This is a PR to add support for an equivalent to CAPI's `nodeDrainTimeout` feature for Karpenter. I've taken the feedback provided in https://github.com/kubernetes-sigs/karpenter/pull/834. This implementation relies on...