File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
55
python -m pip install --upgrade pip
56
56
python -m pip install --upgrade build
57
57
python -m pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple scsctl
58
- - name : run scsctl --help
58
+ - name : Run clickhouse
59
+ run : |
60
+ docker run -d --network host --name some-clickhouse-server --ulimit nofile=262144:262144 clickhouse/clickhouse-server
61
+ sleep 5
62
+ - name : run scsctl
59
63
run : |
60
64
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=pyroscope,app.kubernetes.io/instance=pyroscope" -o jsonpath="{.items[0].metadata.name}")
61
- scsctl scan --pyroscope_app_name pyroscope.server --docker_image_name pyroscope/pyroscope:latest --pyroscope_url http://localhost:4040 --falco_pod_name $POD_NAME --falco_target_deployment_name pyroscope --falco_enabled --non_interactive
65
+ scsctl scan --pyroscope_app_name pyroscope.server --docker_image_name pyroscope/pyroscope:latest --pyroscope_url http://localhost:4040 --falco_pod_name $POD_NAME --falco_target_deployment_name pyroscope --db_enabled -- falco_enabled --non_interactive
You can’t perform that action at this time.
0 commit comments