Adrien Trouillaud
Adrien Trouillaud
@alexec what do you think of this? https://admiralty.io/blog/2019/01/17/running-argo-workflows-across-multiple-kubernetes-clusters (the link was once listed on the Argo Workflows website) The blog post is slightly outdated, as Admiralty uses Virtual-Kubelet and the...
I see your point. Like you said, it's possible to add hundreds of items to a map at once by dispatching many actions. That's exactly what I do. I know...
Let's create an `itemsModifier` (note the plural) with your proposed signature for now, and I'll merge it with `itemModifier` in 1.0.0.
Pull request welcome!
Those are great suggestions @Romms ! (this and #8) Getters would not only be specific to action types, but also to "sub-reducers" (add/change/remove). That would make the design more flexible,...
> By design EKS does not issue certificates for CSRs with signerName "kubernetes.io/kubelet-serving" unless the CSR was actually requested by a kubelet. EKS's custom signer validates this by checking that...
There are a few integration tests in the code. They've helped me. But I agree real samples (explained) would be better.
FYI, @gokulchandrap wrote a blog post about using [multicluster-scheduler](https://github.com/admiraltyio/multicluster-scheduler) with Argo CD (scroll down to read the relevant part of this very long blog post that also touches Workflows): https://itnext.io/multicluster-scheduler-argo-workflows-across-kubernetes-clusters-ea98016499ca...
Hi @JimCMorrison , please click the link under "recommended" in my original post. It goes to this page: https://auth0.com/docs/integrations/using-auth0-to-secure-a-cli which specifically recommends the Device Authorization Flow for CLIs. The same...