You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: