
This linting is currently limited to scripts in the new gate. Change-Id: Id4906af0c8dc1e4b77eb0909d432ba8b6e32f5c4
8 lines
167 B
Bash
8 lines
167 B
Bash
promenade_teardown_node() {
|
|
TARGET=${1}
|
|
VIA=${2}
|
|
|
|
ssh_cmd "${TARGET}" /usr/local/bin/promenade-teardown
|
|
kubectl_cmd "${VIA}" delete node "${TARGET}"
|
|
}
|