kd icon indicating copy to clipboard operation
kd copied to clipboard

Ensure resources deployment order

Open marcinc opened this issue 7 years ago • 2 comments

Currently kd doesn't seem to respect the order of supplied kubernetes resources. Ensuring the order of execution could help in cases where some of resources depend on other.

marcinc avatar Aug 30 '17 16:08 marcinc

@marcinc - added some debugging that may help resolve where the problem is introduced - see #76

lewismarshall avatar Apr 18 '18 16:04 lewismarshall

Added test to ensure files follow numbers -> alphabet order: https://github.com/UKHomeOffice/kd/pull/78/commits/2fd3ae5774e9682c625a8db3831086f502215092

arehmandev avatar Apr 29 '18 02:04 arehmandev