if workflow pod used offload envVarTemplate, when pod create failed, and a transient error occurred. The pod will retry on moment, then this node will failed with IsAlreadyExists error.
Modifications
We should process Already Exists error
Verification
The best way to verifiy is constructing a too lang template, and than simulate a transient error
Fixes #13755
Motivation
if workflow pod used offload envVarTemplate, when pod create failed, and a transient error occurred. The pod will retry on moment, then this node will failed with IsAlreadyExists error.
Modifications
We should process
Already Exists
errorVerification
The best way to verifiy is constructing a too lang template, and than simulate a transient error