Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies
Describe the bug
Developer docs are not up to date.
[ ] Debugging : we now utilitze on make dev along with delve to debug our control plane. The make dev target creates a KinD cluster with the orkestra controller disabled. End-user can either step through using a debugger like delve or start the process locally using make debug. We no longer require okteto, Azure bridge-for-kubernetes or Tilt for debugging.
Describe the bug Developer docs are not up to date.
make dev
along withdelve
to debug our control plane. Themake dev
target creates a KinD cluster with the orkestra controller disabled. End-user can either step through using a debugger likedelve
or start the process locally usingmake debug
. We no longer require okteto, Azure bridge-for-kubernetes or Tilt for debugging.