cloud-native-setup icon indicating copy to clipboard operation
cloud-native-setup copied to clipboard

metrics: nc: scaling nc should check `nc` is available

Open grahamwhaley opened this issue 6 years ago • 1 comments

The metrics/scaling/k8s_scale_nc.sh test should check that nc is actually installed before it tries to use it. The check_cmds functionality is already there in the init() func, so just needs extending. Presently locally I see:

./k8s_scale_nc.sh: line 352: nc: command not found

grahamwhaley avatar Oct 24 '19 09:10 grahamwhaley

Fixed in PR #212

askervin avatar Oct 24 '19 13:10 askervin