From dc3887cc34e16a9696b1c9a7e93d69068388a388 Mon Sep 17 00:00:00 2001 From: Habib Ridho Date: Mon, 13 Jan 2020 23:59:38 +0700 Subject: [PATCH] Add tooltip for addons in Hello Minikube page (#18156) * Add tooltip for addons in Hello Minikube page * Update glossary title and add more descriptive info Co-Authored-By: Tim Bannister Co-authored-by: Tim Bannister --- content/en/docs/reference/glossary/addons.md | 16 ++++++++++++++++ content/en/docs/tutorials/hello-minikube.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 content/en/docs/reference/glossary/addons.md diff --git a/content/en/docs/reference/glossary/addons.md b/content/en/docs/reference/glossary/addons.md new file mode 100644 index 0000000000000..7aa4ea98cc086 --- /dev/null +++ b/content/en/docs/reference/glossary/addons.md @@ -0,0 +1,16 @@ +--- +title: Add-ons +id: addons +date: 2019-12-15 +full_link: /docs/concepts/cluster-administration/addons/ +short_description: > + Resources that extend the functionality of Kubernetes. + +aka: +tags: +- tool +--- + Resources that extend the functionality of Kubernetes. + + +[Installing addons](/docs/concepts/cluster-administration/addons/) explains more about using add-ons with your cluster, and lists some popular add-ons. diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index acb0f13a6bddd..2445e40f89493 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -170,7 +170,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/). ## Enable addons -Minikube has a set of built-in addons that can be enabled, disabled and opened in the local Kubernetes environment. +Minikube has a set of built-in {{< glossary_tooltip text="addons" term_id="addons" >}} that can be enabled, disabled and opened in the local Kubernetes environment. 1. List the currently supported addons: