From 7285147f82253255c602274f049867345e936a81 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Fri, 1 Jun 2018 14:35:56 -0700 Subject: [PATCH] Remove legacy syntax (#8849) --- content/en/includes/federation-current-state.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/en/includes/federation-current-state.md b/content/en/includes/federation-current-state.md index 56e4decdf3..a1c59f2a1d 100644 --- a/content/en/includes/federation-current-state.md +++ b/content/en/includes/federation-current-state.md @@ -1,7 +1 @@ -**Note:** `Federation V1`, the current Kubernetes federation API which reuses the Kubernetes API -resources 'as is', is currently considered alpha for many of its features, and there is no clear -path to evolve the API to GA. However, there is a `Federation V2` effort in progress to implement -a dedicated federation API apart from the Kubernetes API. The details can be found at -[sig-multicluster community page](https://github.com/kubernetes/community/tree/master/sig-multicluster). -{: .note} - +**Note:** `Federation V1`, the current Kubernetes federation API which reuses the Kubernetes API resources 'as is', is currently considered alpha for many of its features, and there is no clear path to evolve the API to GA. However, there is a `Federation V2` effort in progress to implement a dedicated federation API apart from the Kubernetes API. The details can be found at [sig-multicluster community page](https://github.com/kubernetes/community/tree/master/sig-multicluster).