1、kubectl get pod -n bigdata | awk ‘{if(NR!=1) print}’
2、kubectl get pod -n bigdata | sed -n ‘2,$p’
3、kubectl get pod -n bigdata | tail -n +2

Logo

更多推荐