mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
Merge pull request #117808 from Argh4k/kubemark-verbose
Make resize of hollow objects more verbose in start-kubemark
This commit is contained in:
commit
146d3f8cde
@ -231,7 +231,7 @@ function resize-node-objects {
|
|||||||
echo "Annotating node objects with ${annotation_size_bytes} byte label"
|
echo "Annotating node objects with ${annotation_size_bytes} byte label"
|
||||||
label=$( (< /dev/urandom tr -dc 'a-zA-Z0-9' | fold -w "$annotation_size_bytes"; true) | head -n 1)
|
label=$( (< /dev/urandom tr -dc 'a-zA-Z0-9' | fold -w "$annotation_size_bytes"; true) | head -n 1)
|
||||||
"${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" get nodes -o name \
|
"${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" get nodes -o name \
|
||||||
| xargs -n10 -P100 -r -I% "${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" annotate --overwrite % label="$label" > /dev/null
|
| xargs -n10 -P100 -r -I% "${KUBECTL}" --kubeconfig="${LOCAL_KUBECONFIG}" annotate --overwrite % label="$label"
|
||||||
echo "Annotating node objects completed"
|
echo "Annotating node objects completed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user