We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b3d6 commit 6b1393aCopy full SHA for 6b1393a
test/kubemark/start-kubemark.sh
@@ -238,7 +238,7 @@ function resize-node-objects {
238
echo "Annotating node objects with ${annotation_size_bytes} byte label"
239
label=$( (< /dev/urandom tr -dc 'a-zA-Z0-9' | fold -w "$annotation_size_bytes"; true) | head -n 1)
240
"${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" get nodes -o name \
241
- | xargs -n10 -P100 -r -I% "${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" annotate --overwrite % label="$label"
+ | xargs -n10 -P100 -r -I% "${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" annotate --overwrite % label="$label" > /dev/null
242
echo "Annotating node objects completed"
243
}
244
0 commit comments