Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 4b5aea6

Browse files
committed
Check that command "nc" is available
1 parent f145bfd commit 4b5aea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metrics/scaling/k8s_scale_nc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ EOF
218218
init() {
219219
info "Initialising"
220220

221-
local cmds=("bc" "jq")
221+
local cmds=("bc" "jq" "nc")
222222
check_cmds "${cmds[@]}"
223223

224224
info "Checking Kubernetes accessible"

0 commit comments

Comments
 (0)