Skip to content

Commit 6b1393a

Browse files
committed
Remove unnecessary logging info from kubemark nodes annotation
1 parent 1f8b3d6 commit 6b1393a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kubemark/start-kubemark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function resize-node-objects {
238238
echo "Annotating node objects with ${annotation_size_bytes} byte label"
239239
label=$( (< /dev/urandom tr -dc 'a-zA-Z0-9' | fold -w "$annotation_size_bytes"; true) | head -n 1)
240240
"${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" get nodes -o name \
241-
| xargs -n10 -P100 -r -I% "${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" annotate --overwrite % label="$label"
241+
| xargs -n10 -P100 -r -I% "${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" annotate --overwrite % label="$label" > /dev/null
242242
echo "Annotating node objects completed"
243243
}
244244

0 commit comments

Comments
 (0)