Skip to content

Commit 0847f46

Browse files
added new command
1 parent c96482b commit 0847f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notes/Kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ kubectl apply -f ./k8s/prod/kubeip-daemon.yaml
191191
- `for p in $(kubectl get pods | grep Terminating | awk '{print $1}'); do kubectl delete pod $p --grace-period=0 --force;done`
192192
- Stream Logs for all celery-deployments:
193193
- `kubectl logs -f --all-containers deployment/celery-deployment`
194+
- `kubectl logs -f --selector=app=celery-deployment --all-containers`
194195

195196

196197

0 commit comments

Comments
 (0)