Michael Crenshaw
Michael Crenshaw
# Summary There are a lot of places in source where we `return err` without adding context with `fmt.Errorf()`. # Motivation Error messages without wrapping context are difficult to debug....
Just noticed that this was missing from the example doc.
# Summary 2.4 [creates a non-expiring ServiceAccount token Secret](https://github.com/argoproj/argo-cd/pull/9546) on `argocd cluster add` for 1.24 clusters. Instead, Argo CD should use the TokenRequest API. # Motivation Kubernetes recommends using the...
# Summary The bottom field should be a link. . # Motivation...
It's likely that syncs contain multiple tasks with the same gvk. This will make sure we only hit the k8s API once per gvk per sync operation.
This change allows the plugin user to specify a custom function to get the current time. For my purposes, this allowed me to let the server specify what the client's...