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: