Summary
Currently argo call kubectl get for each output parameters in resource template. It can decrease to 1 time kubectl get call and len(outputs.parameters) times processing with same data, saving network traffic, and also preventing data inconsistency if something happen to the resource between the loop.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
Summary
Currently argo call
kubectl getfor each output parameters in resource template. It can decrease to 1 timekubectl getcall andlen(outputs.parameters)times processing with same data, saving network traffic, and also preventing data inconsistency if something happen to the resource between the loop.Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.