Deepomatic / dmake

DMake is a tool to manage micro-service based applications
MIT License
36 stars 3 forks source link

Add support for kubectl diff in DMAKE_K8S_DRY_RUN=1 mode #506

Open thomas-riccardi opened 3 years ago

thomas-riccardi commented 3 years ago

It displays the diff between a provided file and the live resources.

We could even maybe always display the diff (even when no dry run deploy).

thomas-riccardi commented 3 years ago

KUBECTL_EXTERNAL_DIFF="colordiff -N -u" kubectl diff -f ... (with sudo apt install colordiff) is nice