8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t matst80/otel-debug:latest .
|
|
docker push matst80/otel-debug:latest
|
|
|
|
kubectl rollout restart deployment otel-debug-receiver -n monitoring
|
|
|
|
kubectl logs -f deployment/otel-debug-receiver -n monitoring |