From ff6aa6e3b4751df431ec7121f4f009e66e04cec4 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sat, 3 Apr 2021 16:43:49 +0100 Subject: [PATCH] Mention API extensibility as a front-page feature Kubernetes has really good options for extending and customizing its behavior. Mention these right on the front page. --- content/en/docs/concepts/extend-kubernetes/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/concepts/extend-kubernetes/_index.md b/content/en/docs/concepts/extend-kubernetes/_index.md index cc5ba809ec..a2d24e3cb2 100644 --- a/content/en/docs/concepts/extend-kubernetes/_index.md +++ b/content/en/docs/concepts/extend-kubernetes/_index.md @@ -7,6 +7,10 @@ reviewers: - lavalamp - cheftako - chenopis +feature: + title: Designed for extensibility + description: > + Add features to your Kubernetes cluster without changing upstream source code. content_type: concept no_list: true ---