mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-12 13:53:30 +00:00
fixed an issue that was added for debugging purposes
This commit is contained in:
parent
a7692a664d
commit
3027fdab40
2
Makefile
2
Makefile
@ -178,7 +178,7 @@ port-forward:
|
|||||||
kubectl port-forward $$(kubectl get pods | awk '$$1 ~ /^$(POD_PREFIX)/' | awk 'END {print $$1}') $(SRC_PORT):$(DST_PORT)
|
kubectl port-forward $$(kubectl get pods | awk '$$1 ~ /^$(POD_PREFIX)/' | awk 'END {print $$1}') $(SRC_PORT):$(DST_PORT)
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@cd ../worker && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) ## && git push origin --tags
|
@cd ../worker && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
||||||
@cd ../tracer && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
@cd ../tracer && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
||||||
@cd ../hub && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
@cd ../hub && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
||||||
@cd ../front && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
@cd ../front && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
|
||||||
|
@ -22,7 +22,7 @@ tap:
|
|||||||
namespaces: []
|
namespaces: []
|
||||||
excludedNamespaces: []
|
excludedNamespaces: []
|
||||||
bpfOverride: ""
|
bpfOverride: ""
|
||||||
stopped: true
|
stopped: false
|
||||||
release:
|
release:
|
||||||
repo: https://helm.kubeshark.co
|
repo: https://helm.kubeshark.co
|
||||||
name: kubeshark
|
name: kubeshark
|
||||||
@ -99,7 +99,7 @@ tap:
|
|||||||
telemetry:
|
telemetry:
|
||||||
enabled: true
|
enabled: true
|
||||||
resourceGuard:
|
resourceGuard:
|
||||||
enabled: false
|
enabled: true
|
||||||
sentry:
|
sentry:
|
||||||
enabled: false
|
enabled: false
|
||||||
environment: production
|
environment: production
|
||||||
@ -124,7 +124,7 @@ tap:
|
|||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
- SYS_RESOURCE
|
- SYS_RESOURCE
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
globalFilter: timestamp>now()
|
globalFilter: ""
|
||||||
enabledDissectors:
|
enabledDissectors:
|
||||||
- amqp
|
- amqp
|
||||||
- dns
|
- dns
|
||||||
@ -134,8 +134,6 @@ tap:
|
|||||||
- redis
|
- redis
|
||||||
- sctp
|
- sctp
|
||||||
- syscall
|
- syscall
|
||||||
- tcp
|
|
||||||
- udp
|
|
||||||
- ws
|
- ws
|
||||||
- tls
|
- tls
|
||||||
metrics:
|
metrics:
|
||||||
|
Loading…
Reference in New Issue
Block a user