From 03d885ebc0230db34f4730a930cff34193c883fc Mon Sep 17 00:00:00 2001 From: Bas Kok Date: Wed, 9 Jun 2021 21:30:01 +0200 Subject: [PATCH] Update the expected output for `minikube addons enable` The output from `minikube addons enable` in the documentation should match the output from the current version of minikube (which is also in katakoda) --- content/en/docs/tutorials/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index d8ad753958..5193372920 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -224,7 +224,7 @@ The minikube tool includes a set of built-in {{< glossary_tooltip text="addons" The output is similar to: ``` - metrics-server was successfully enabled + The 'metrics-server' addon is enabled ``` 3. View the Pod and Service you created: