mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-26 18:36:03 +00:00
Fix array declaration
Used as associative array, not declared that way. The result was indexing errors.
This commit is contained in:
committed by
Graham Whaley
parent
270bbc6f90
commit
a61deb736c
@@ -36,7 +36,7 @@ TEST_ARGS="runtime=${RUNTIME}"
|
||||
TEST_NAME="k8s scaling"
|
||||
|
||||
declare -a new_pods
|
||||
declare -a node_basemem
|
||||
declare -A node_basemem
|
||||
|
||||
# $1 is the launch time in seconds this pod/container took to start up.
|
||||
# $2 is the number of pod/containers under test
|
||||
|
||||
Reference in New Issue
Block a user