fix some 404 urls (#18348)
This commit is contained in:
		
							parent
							
								
									e5c3b8819e
								
							
						
					
					
						commit
						cdfc5d9c13
					
				|  | @ -5,7 +5,7 @@ tags: | |||
| date: 2018-03-26 | ||||
| modified_time: '2018-03-27T11:01:39.569-07:00' | ||||
| blogger_id: tag:blogger.com,1999:blog-112706738355446097.post-6519705795358457586 | ||||
| blogger_orig_url: https://kubernetes.io/blog/2018/03/kubernetes-1.10-stabilizing-storage-security-networking | ||||
| blogger_orig_url: https://kubernetes.io/blog/2018/03/26/kubernetes-1.10-stabilizing-storage-security-networking/ | ||||
| slug: kubernetes-1.10-stabilizing-storage-security-networking | ||||
| date: 2018-03-26 | ||||
| --- | ||||
|  |  | |||
|  | @ -85,7 +85,7 @@ That way, your clients can always use the short form on the left, and always be | |||
| As further reading, a more elaborate example for users is available in the [Multi-Cluster Service DNS with ExternalDNS guide](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/servicedns-with-externaldns.md). | ||||
| 
 | ||||
| # Try it yourself | ||||
| To get started with Federation v2, please refer to the [user guide](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md). Deployment can be accomplished with a [Helm chart](https://github.com/kubernetes-sigs/federation-v2/blob/master/charts/federation-v2/README.md), and once the control plane is available, the [user guide’s example](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md#example) can be used to get some hands-on experience with using Federation V2. | ||||
| To get started with Federation v2, please refer to the [user guide](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md). Deployment can be accomplished with a [Helm chart](https://github.com/kubernetes-sigs/kubefed/blob/master/charts/kubefed/README.md), and once the control plane is available, the [user guide’s example](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md#example) can be used to get some hands-on experience with using Federation V2. | ||||
| 
 | ||||
| Federation v2 can be deployed in both _cluster-scoped_ and _namespace-scoped_ configurations.  A cluster-scoped deployment will require cluster-admin privileges to both host and member clusters, and may be a good fit for evaluating federation on clusters that are not running critical workloads. Namespace-scoped deployment requires access to only a single namespace on host and member clusters, and is a better fit for evaluating federation on clusters running workloads.  Most of the user guide refers to cluster-scoped deployment, with the [namespaced federation](https://github.com/kubernetes-sigs/federation-v2/blob/master/docs/userguide.md#namespaced-federation) section documenting how use of a namespaced deployment differs.  The same cluster can host multiple federations, and clusters can be part of multiple federations when using namespaced federation. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue