fix unreachable links and typos
1. fix unreachable federated resources links 2. federation proposal doc has been relocated, so i fix this link 3. make federation resources supporting cascading deletion clickable 4. make link to `Kubernetes Scaling and Performance Goals` clickable 5. other typo fixes
This commit is contained in:
@@ -43,7 +43,7 @@ why you might want multiple clusters are:
|
|||||||
[Multi cluster guide](/docs/admin/multi-cluster) has more details on this.
|
[Multi cluster guide](/docs/admin/multi-cluster) has more details on this.
|
||||||
* Scalability: There are scalability limits to a single kubernetes cluster (this
|
* Scalability: There are scalability limits to a single kubernetes cluster (this
|
||||||
should not be the case for most users. For more details:
|
should not be the case for most users. For more details:
|
||||||
https://github.com/kubernetes/community/blob/master/sig-scalability/goals.md).
|
[Kubernetes Scaling and Performance Goals](https://github.com/kubernetes/community/blob/master/sig-scalability/goals.md)).
|
||||||
* Hybrid cloud: You can have multiple clusters on different cloud providers or
|
* Hybrid cloud: You can have multiple clusters on different cloud providers or
|
||||||
on-premises data centers.
|
on-premises data centers.
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ why you might want multiple clusters are:
|
|||||||
While there are a lot of attractive use cases for federation, there are also
|
While there are a lot of attractive use cases for federation, there are also
|
||||||
some caveats.
|
some caveats.
|
||||||
|
|
||||||
* Increased network bandwidth and cost: The dederation control plane watches all
|
* Increased network bandwidth and cost: The federation control plane watches all
|
||||||
clusters to ensure that the current state is as expected. This can lead to
|
clusters to ensure that the current state is as expected. This can lead to
|
||||||
significant network cost if the clusters are running in different regions on
|
significant network cost if the clusters are running in different regions on
|
||||||
a cloud provider or on different cloud providers.
|
a cloud provider or on different cloud providers.
|
||||||
@@ -93,15 +93,15 @@ Once we have the control plane setup, we can start creating federation API
|
|||||||
resources.
|
resources.
|
||||||
The following guides explain some of the resources in detail:
|
The following guides explain some of the resources in detail:
|
||||||
|
|
||||||
* [ConfigMap](/docs/user-guide/federation/configmap/)
|
* [ConfigMap](https://kubernetes.io/docs/user-guide/federation/configmap/)
|
||||||
* [DaemonSets](/docs/user-guide/federation/daemonsets/)
|
* [DaemonSets](https://kubernetes.io/docs/user-guide/federation/daemonsets/)
|
||||||
* [Deployment](/docs/user-guide/federation/deployment/)
|
* [Deployment](https://kubernetes.io/docs/user-guide/federation/deployment/)
|
||||||
* [Events](/docs/user-guide/federation/events/)
|
* [Events](https://kubernetes.io/docs/user-guide/federation/events/)
|
||||||
* [Ingress](/docs/user-guide/federation/federated-ingress/)
|
* [Ingress](https://kubernetes.io/docs/user-guide/federation/federated-ingress/)
|
||||||
* [Namespaces](/docs/user-guide/federation/namespaces/)
|
* [Namespaces](https://kubernetes.io/docs/user-guide/federation/namespaces/)
|
||||||
* [ReplicaSets](/docs/user-guide/federation/replicasets/)
|
* [ReplicaSets](https://kubernetes.io/docs/user-guide/federation/replicasets/)
|
||||||
* [Secrets](/docs/user-guide/federation/secrets/)
|
* [Secrets](https://kubernetes.io/docs/user-guide/federation/secrets/)
|
||||||
* [Services](/docs/user-guide/federation/federated-services/)
|
* [Services](https://kubernetes.io/docs/user-guide/federation/federated-services/)
|
||||||
|
|
||||||
[API reference docs](/docs/federation/api-reference/) lists all the
|
[API reference docs](/docs/federation/api-reference/) lists all the
|
||||||
resources supported by federation apiserver.
|
resources supported by federation apiserver.
|
||||||
@@ -119,12 +119,12 @@ federation control plane.
|
|||||||
|
|
||||||
The following Federated resources are affected by cascading deletion:
|
The following Federated resources are affected by cascading deletion:
|
||||||
|
|
||||||
* Ingress
|
* [Ingress](https://kubernetes.io/docs/user-guide/federation/federated-ingress/)
|
||||||
* Namespace
|
* [Namespaces](https://kubernetes.io/docs/user-guide/federation/namespaces/)
|
||||||
* ReplicaSet
|
* [ReplicaSets](https://kubernetes.io/docs/user-guide/federation/replicasets/)
|
||||||
* Secret
|
* [Secrets](https://kubernetes.io/docs/user-guide/federation/secrets/)
|
||||||
* Deployment
|
* [Deployment](https://kubernetes.io/docs/user-guide/federation/deployment/)
|
||||||
* DaemonSet
|
* [DaemonSets](https://kubernetes.io/docs/user-guide/federation/daemonsets/)
|
||||||
|
|
||||||
Note: By default, deleting a resource from federation control plane does not
|
Note: By default, deleting a resource from federation control plane does not
|
||||||
delete the corresponding resources from underlying clusters.
|
delete the corresponding resources from underlying clusters.
|
||||||
@@ -133,5 +133,5 @@ delete the corresponding resources from underlying clusters.
|
|||||||
## For more information
|
## For more information
|
||||||
|
|
||||||
* [Federation
|
* [Federation
|
||||||
proposal](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/proposals/federation.md)
|
proposal](https://github.com/kubernetes/community/blob/{{page.githubbranch}}/contributors/design-proposals/federation.md)
|
||||||
* [Kubecon2016 talk on federation](https://www.youtube.com/watch?v=pq9lbkmxpS8)
|
* [Kubecon2016 talk on federation](https://www.youtube.com/watch?v=pq9lbkmxpS8)
|
||||||
|
|||||||
Reference in New Issue
Block a user