thoth-station/ansible-role-argo-workflows

Use kubectl -k to remove kustomize dependency

mdjaere opened this issue · 0 comments

Thanks for the great work.

I deployed Argo with success. The only snag was that it relied on kustomize binary, which is now build into kubectl since v1.14. It might be an opportunity to remove a dependency by using kubectl directly.

Ref. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/