mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-04-28 11:55:51 +00:00
🔧 Add logs-kmm-loader
Makefile rule
This commit is contained in:
parent
a5fb7e0474
commit
67038e324b
3
Makefile
3
Makefile
@ -116,6 +116,9 @@ logs:
|
|||||||
logs-kmm:
|
logs-kmm:
|
||||||
kubectl logs $$(kubectl get pods -n kmm-operator-system | awk '$$1 ~ /^kmm-operator-controller-manager-/' | awk 'END {print $$1}') -n kmm-operator-system
|
kubectl logs $$(kubectl get pods -n kmm-operator-system | awk '$$1 ~ /^kmm-operator-controller-manager-/' | awk 'END {print $$1}') -n kmm-operator-system
|
||||||
|
|
||||||
|
logs-kmm-loader:
|
||||||
|
kubectl logs $$(kubectl get pods | awk '$$1 ~ /^kubeshark-module-loader-build-/' | awk 'END {print $$1}')
|
||||||
|
|
||||||
ssh-node:
|
ssh-node:
|
||||||
kubectl ssh node $$(kubectl get nodes | awk 'END {print $$1}')
|
kubectl ssh node $$(kubectl get nodes | awk 'END {print $$1}')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user