From 49d830819c2854fc8fc9de3553ae9b5ad18ca0c8 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 31 May 2018 15:11:55 -0700 Subject: [PATCH] Add federation-current-state include to concept guide (#8513) This seems to have been missed by #8165 --- content/en/docs/concepts/cluster-administration/federation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/concepts/cluster-administration/federation.md b/content/en/docs/concepts/cluster-administration/federation.md index 407e356c43..45c05da8e5 100644 --- a/content/en/docs/concepts/cluster-administration/federation.md +++ b/content/en/docs/concepts/cluster-administration/federation.md @@ -4,6 +4,9 @@ content_template: templates/concept --- {{% capture overview %}} + +{{< include "federation-current-state.md" >}} + This page explains why and how to manage multiple Kubernetes clusters using federation. {{% /capture %}}