github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/dashboard/README.md (about) 1 To update and access the web dashboard during local development: 2 3 ``` 4 $ make install-dev-config 5 $ make deploy-web-dashboard-dev 6 $ kubectl port-forward service/web-dashboard-service --address 0.0.0.0 50123:80 7 ```