kubectl logs -f -l app=nginx --all-containers=true. # Display only the most recent 20 lines of output in pod nginx. kubectl logs --tail=20 nginx.
確定! 回上一頁