awk, xargs 조합 외에 다른 방법이 있나 검색 잠깐 해봤는데 별 다른 방법이 없는 듯
kubectl get pods | grep Error | awk '{ print $1 }' | xargs kubectl delete pod
LIST
'software engineering > k8s' 카테고리의 다른 글
Helm - Developing Templates - Named Templates (0) | 2021.02.18 |
---|---|
Helm - Developing Templates - Variables (0) | 2021.02.18 |
Helm - Developing Templates - Flow Control (0) | 2021.02.17 |
Helm - Developing Templates (0) | 2021.02.17 |
Helm - Developing Templates - Template Functions and Pipelines (0) | 2021.02.17 |
댓글