From 97ffc14ac691190d030652b2ec721a8610a2c6a9 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 5 Aug 2020 13:02:41 +0800 Subject: [PATCH] Show control plane link as glossary tooltips. --- content/en/blog/_posts/2018-12-04-kubeadm-ga-release.md | 2 +- content/en/blog/_posts/2019-06-24-kubeadm-ha-v115.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_posts/2018-12-04-kubeadm-ga-release.md b/content/en/blog/_posts/2018-12-04-kubeadm-ga-release.md index b2ea7cb71b..f08ca6da69 100644 --- a/content/en/blog/_posts/2018-12-04-kubeadm-ga-release.md +++ b/content/en/blog/_posts/2018-12-04-kubeadm-ga-release.md @@ -23,7 +23,7 @@ To keep kubeadm lean, focused, and vendor/infrastructure agnostic, the following - Non-critical add-ons, e.g. for monitoring, logging, and visualization - Specific cloud provider integrations -Infrastructure provisioning, for example, is left to other SIG Cluster Lifecycle projects, such as the [Cluster API](https://github.com/kubernetes-sigs/cluster-api). Instead, kubeadm covers only the common denominator in every Kubernetes cluster: the [control plane](/docs/concepts/#kubernetes-control-plane). The user may install their preferred networking solution and other add-ons on top of Kubernetes *after* cluster creation. +Infrastructure provisioning, for example, is left to other SIG Cluster Lifecycle projects, such as the [Cluster API](https://github.com/kubernetes-sigs/cluster-api). Instead, kubeadm covers only the common denominator in every Kubernetes cluster: the {{< glossary_tooltip text="control plane" term_id="control-plane" >}}. The user may install their preferred networking solution and other add-ons on top of Kubernetes *after* cluster creation. ### What kubeadm's GA release means diff --git a/content/en/blog/_posts/2019-06-24-kubeadm-ha-v115.md b/content/en/blog/_posts/2019-06-24-kubeadm-ha-v115.md index f0ff1f75cc..ea68645ccc 100644 --- a/content/en/blog/_posts/2019-06-24-kubeadm-ha-v115.md +++ b/content/en/blog/_posts/2019-06-24-kubeadm-ha-v115.md @@ -43,7 +43,7 @@ Those tasks are addressed by other SIG Cluster Lifecycle projects, such as the [Cluster API](https://github.com/kubernetes-sigs/cluster-api) for infrastructure provisioning and management. Instead, kubeadm covers only the common denominator in every Kubernetes cluster: the -[control plane](https://kubernetes.io/docs/concepts/#kubernetes-control-plane). +{{< glossary_tooltip text="control plane" term_id="control-plane" >}}. ![Cluster Lifecycle Layers](/images/blog/2019-06-24-kubeadm-ha-v115/overview.png)