diff --git a/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh b/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh index 3bd869ce..2ba87d69 100755 --- a/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh +++ b/tools/multi_nodes_gate/airship_gate/bin/cluster-objects.sh @@ -38,7 +38,7 @@ function get_objects () { export NAME=${input[1]#*/} echo "${OBJECT}/${NAME}" export BASE_DIR="${BASE_DIR:="/tmp"}" - DIR="${BASE_DIR}/ojects/cluster/${OBJECT}" + DIR="${BASE_DIR}/objects/cluster/${OBJECT}" mkdir -p ${DIR} kubectl get ${OBJECT} ${NAME} -o yaml > "${DIR}/${NAME}.yaml" kubectl describe ${OBJECT} ${NAME} > "${DIR}/${NAME}.txt"