Skip to content

Commit

Permalink
vault backup: 2023-08-25 11:01:56
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkingSun committed Aug 25, 2023
1 parent 5e83838 commit 94df309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/CloudDeployment/2020-05-20-k8s-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ kubectl exec -it callbackconsume-job-758874f99d-pgmtf --container adc-callback
# 查看日志
kubectl logs callbackconsume-job-758874f99d-pgmtf -n bigdata

下载日志
kubectl logs -f sort-65b8b976c8-4p78m -n recommend-prod > ~/Downloads/sort-65b8b976c8-4p78m.log

# 将pod分配给节点
https://kubernetes.io/zh/docs/concepts/configuration/assign-pod-node/
## 查看节点 显示标签
Expand Down

0 comments on commit 94df309

Please sign in to comment.