Skip to content

Commit

Permalink
Update auto-generated docs and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
minikube-bot committed Nov 29, 2023
1 parent 51edffa commit 984d3c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/content/en/docs/contrib/tests.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 984d3c0

Please sign in to comment.