-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1994c9d
commit 1e0319e
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- | ||
This guide assumes that you have a running Kubernetes Cluster | ||
Federation installation. If not, then head over to the | ||
[federation admin guide](/docs/tutorials/federation/set-up-cluster-federation-kubefed/) to learn how to | ||
bring up a cluster federation (or have your cluster administrator do | ||
this for you). | ||
Other tutorials, such as Kelsey Hightower's | ||
[Federated Kubernetes Tutorial](https://github.com/kelseyhightower/kubernetes-cluster-federation), | ||
might also help you create a Federated Kubernetes cluster. | ||
--> | ||
|
||
本指南假设您有一个正在运行的 Kubernetes 集群联邦安装。如果没有,那么请转到 | ||
[联邦管理指南](/docs/tutorials/federation/set-up-cluster-federation-kubefed/),了解如何启动联邦集群(或者让集群管理员为您执行此操作)。 | ||
其他教程,例如 Kelsey Hightower 的[联邦 Kubernetes 教程](https://github.com/kelseyhightower/kubernetes-cluster-federation), | ||
也可能帮助您创建联邦 Kubernetes 集群。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- | ||
The topics in the [Federation API](/docs/federation/api-reference/) section of the Kubernetes docs | ||
are being moved to the [Reference](/docs/reference/) section. The content in this topic has moved to: | ||
--> | ||
|
||
[联邦 API](/docs/federation/api-reference/) 中的主题, Kubernetes 中的一部分以移至[参考](/docs/reference/)。 | ||
本主题的内容已经移动到: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- | ||
`Federation V1`, the current Kubernetes federation API which reuses the Kubernetes API resources 'as is', is currently considered alpha for many of its features. 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 are available at [sig-multicluster community page](https://github.com/kubernetes/community/tree/master/sig-multicluster). | ||
--> | ||
|
||
`联邦 V1`, 是当前的 Kubernetes 联邦 API, 它'原样'重用 Kubernetes API 资源, 其许多特性目前被认为是 alpha。 没有明确的途径将 API 发展成 GA; 然而, 除了 Kubernetes API 之外, 还有一个 `联邦 V2` 正在努力实现专用的联邦 API。详细信息可在 [sig-multicluster community page](https://github.com/kubernetes/community/tree/master/sig-multicluster) 页面获得。 |