mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
VTWO-14496 : allow running scripts on a subset of the nodes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
vagrant status --machine-readable | grep ,state, | cut -d, -f2 | sort | uniq
|
||||
vagrant status --machine-readable | grep ,state, | cut -d, -f2 | sort | uniq | grep "$1"
|
||||
Reference in New Issue
Block a user