We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db266db commit d7c0c16Copy full SHA for d7c0c16
Makefile
@@ -298,7 +298,7 @@ dev-local-deploy: ## Deploy locally with simulated netflows
298
go build "${CMD_DIR}${FLP_BIN_FILE}"
299
go build "${CMD_DIR}${CG_BIN_FILE}"
300
./${CG_BIN_FILE} --log-level debug --srcFolder network_definitions \
301
- --skipWithLabels "kubernetes" \
+ --skipWithTags "kubernetes" \
302
--destConfFile /tmp/flowlogs-pipeline.conf.yaml --destGrafanaJsonnetFolder /tmp/
303
test -f /tmp/${NETFLOW_GENERATOR} || curl -L --output /tmp/${NETFLOW_GENERATOR} https://github.com/nerdalert/nflow-generator/blob/master/binaries/nflow-generator-x86_64-linux?raw=true
304
chmod +x /tmp/${NETFLOW_GENERATOR}
0 commit comments