Kostis (Codefresh)

Results 114 comments of Kostis (Codefresh)

@zachaller FYI this is the same PR as Argo CD https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/#supported-versions It is bulletproof in the sense that it needs no updates at all.

@roee-landesman this has been requested multiple times but it needs a formal proposal and proper design. There are many questions that need to be answered here. For example if I...

@pragmaticivan Any examples that you are interested in should go on a separate PR. That being said, if you think that the FAQ for rollbacks should be extended, I think...

It seems that contour will have an implementation for the Kubernetes Gateway API https://gateway-api.sigs.k8s.io/implementations/#contour So Contour support might be available after implementing https://github.com/argoproj/argo-rollouts/issues/1438

It seems that Kong will have an implementation for the Kubernetes Gateway API https://gateway-api.sigs.k8s.io/implementations/#kong So Kong support might be available after implementing #1438

@alexmt . Please assign to me. Thanks for the heads up

Hello @gabipetrovay The completion support is coming straight from the popular cobra library which is used by other gotools. There isn't any special instruction just for zsh https://github.com/argoproj/argo-rollouts/blob/master/pkg/kubectl-argo-rollouts/cmd/completion/completion.go#L59 Anyway, if...

Also this might be related (for getting the kubectl argo rollouts completion to work) https://github.com/kubernetes/kubernetes/issues/74178 https://github.com/kubernetes/kubernetes/pull/105867

@marckhouzam Yes I can confirm it works for me as well. Of course I had to enable completion for my shell first. Also it is a bit slow during completion....

@gabipetrovay to circle back on your original question. * To get completion for kubectl-argo-rollouts just follow the correct instructions for your shell. Did you try that? * To get completion...