Faixan

Results 11 comments of Faixan

This was due to https://github.com/kubernetes/kubernetes/issues/23404. My Kubernetes secret had a new line and it kept failing due to that. Wonder if we can add feature to strip newline when using...

I have version v4.13.1 and confirm the same behavior. If I remove the depth option then it works fine ` // Clone & forget _, err := git.PlainClone(directory, false, &git.CloneOptions{...

@alexec I think we understood this requirement based on this [comment](https://github.com/argoproj/argo-workflows/pull/6444#pullrequestreview-717434504 ). I don't think we need this since it is meant to support edge cases but I think when...

[Cert manager ](https://cert-manager.io/docs/installation/ )is required to be installed if using Kustomize to deploy the operator.

@gmembre-zenika I think what you are requesting might be another feature request. Perhaps a good idea to open a new request so that it can be tracked based on consensus

May be look into: https://karpenter.sh/docs/concepts/scheduling/#weighted-nodepools and have one for spot & one for on-demand. With on-demand having taints for applications that want to use those?

Below findings are incorrect --- Here is my observation. Please let me know if this is incorrect: Karpenter does not provide a ca-client bundle as we can see from [here](https://github.com/aws/karpenter-provider-aws/blob/v1.0.0/charts/karpenter-crd/templates/karpenter.sh_nodepools.yaml#L1084-L1096)....