mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 18:47:39 +00:00
Update dev.sh
@@ -176,8 +176,7 @@ Save this script to a file named `dev.sh`:
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
rm entries.db
|
||||
rm -rf pprof/* && make clean && make agent
|
||||
rm -rf entries/ && mkdir -p entries && rm -rf pprof/* && make clean && make agent
|
||||
sudo setcap cap_net_raw,cap_net_admin=eip ./agent/build/mizuagent
|
||||
./agent/build/mizuagent --api-server & \
|
||||
PID1=$! && \
|
||||
|
Reference in New Issue
Block a user