From 984d3c0d043d34e63c9ca3eae036e5dd7a7a2e9c Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Wed, 29 Nov 2023 21:44:50 +0000 Subject: [PATCH] Update auto-generated docs and translations --- site/content/en/docs/contrib/tests.en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/content/en/docs/contrib/tests.en.md b/site/content/en/docs/contrib/tests.en.md index 606f8692204e..ac7632ef6a10 100644 --- a/site/content/en/docs/contrib/tests.en.md +++ b/site/content/en/docs/contrib/tests.en.md @@ -553,6 +553,13 @@ make sure minikube profile list outputs correct with multinode clusters #### validateCopyFileWithMultiNode validateProfileListWithMultiNode make sure minikube profile list outputs correct with multinode clusters +#### validateMultiNodeLabels +check if all node labels were configured correctly + +Steps: +- Get the node labels from the cluster with `kubectl get nodes` +- check if all node labels matches with the expected Minikube labels: `minikube.k8s.io/*` + #### validateStopRunningNode tests the minikube node stop command