Skip to content

Commit

Permalink
Merge pull request #17689 from minikube-bot/gendocs
Browse files Browse the repository at this point in the history
Update auto-generated docs and translations
  • Loading branch information
medyagh authored Nov 29, 2023
2 parents 4df5a87 + 984d3c0 commit 55b7a1d
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 55b7a1d

Please sign in to comment.