GuidesDevelopment版本:v0.6本页总览Development Step 1. Build the binary // You must rebuild everything if the CRDs or eBPF code were modifiedmake build// Build the binary only when the Golang code has been modifiedmake local Step 2. Install the necessary CRDs, resources etc. ./scripts/deploy_resources.sh test