Skip to content

Commit

Permalink
improvement get dataset status
Browse files Browse the repository at this point in the history
  • Loading branch information
shaowenchen committed Aug 23, 2024
1 parent f3df1b9 commit 54a8c3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/get-dataset-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ spec:
- name: get dataload status
content: |
kubectl -n ${namespace} get dataload | sed -n '1p;/${dataset}/p'
- name: get dataload pod status
content: |
kubectl -n ${namespace} get pod -l targetDataset=${dataset}

0 comments on commit 54a8c3f

Please sign in to comment.