From ef76985d0ed87e9855002c67d82a5650b55781aa Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Fri, 26 Aug 2022 14:17:27 +0800 Subject: [PATCH] [zh] Fix EOL style for federation deprecation warning This PR converts the EOL style from DOS to UNIX. --- .../federation-deprecation-warning-note.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/zh-cn/includes/federation-deprecation-warning-note.md b/content/zh-cn/includes/federation-deprecation-warning-note.md index 9621879b2f..65e59e6487 100644 --- a/content/zh-cn/includes/federation-deprecation-warning-note.md +++ b/content/zh-cn/includes/federation-deprecation-warning-note.md @@ -1,8 +1,10 @@ - -强烈建议不要使用`联邦 v1 版本`,`联邦 v1 版本`从未达到 GA 状态,且不再处于积极开发阶段。文档仅作为历史参考。 - -有关更多信息,请参阅预期的替代品 [Kubernetes 联邦 v2 版本](https://github.com/kubernetes-sigs/federation-v2)。 \ No newline at end of file + +强烈建议不要使用`联邦 v1 版本`,`联邦 v1 版本`从未达到 GA 状态,且不再处于积极开发阶段。 +文档仅作为历史参考。 + +有关更多信息,请参阅预期的替代品 +[Kubernetes 联邦 v2 版本](https://github.com/kubernetes-sigs/federation-v2)。