We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9bcef commit 89b9223Copy full SHA for 89b9223
aliases
@@ -345,7 +345,7 @@ function nom-deploys-check() {
345
clear -x
346
echo 'Task Group Version Desired Status Created Modified'
347
( for i in $(nomad node status |grep -Fv Eligibility |cut -f1 -d' '); do
348
- nomad node status -short $i \
+ nomad node status --namespace '*' -short $i \
349
|grep -E '^Name|run' \
350
|grep -Fv running \
351
|perl -pe 's/^[^ ]+ +[^ ]+ +//'
@@ -355,7 +355,7 @@ function nom-deploys-check() {
355
356
line
357
358
- nomad status | grep -Fv running
+ nomad status --namespace '*' |grep -Fv running
359
}
360
361
0 commit comments