grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
132 stars 17 forks source link

Add build target which creates debug image #110

Open replay opened 9 months ago

replay commented 9 months ago

To build the debug image the binary gets compiled without optimizations and with debug symbols, the binary gets started in Delve. This allows a user to attach a remote debugger to the running process.