mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 03:38:15 +00:00 
			
		
		
		
	Merge pull request #43257 from fen4o/fix-kubefed-init-example
Automatic merge from submit-queue (batch tested with PRs 43313, 43257, 43271, 43307) Fix typo in kubefed init's example fixes #43256
This commit is contained in:
		@@ -105,7 +105,7 @@ var (
 | 
				
			|||||||
		# Initialize federation control plane for a federation
 | 
							# Initialize federation control plane for a federation
 | 
				
			||||||
		# named foo in the host cluster whose local kubeconfig
 | 
							# named foo in the host cluster whose local kubeconfig
 | 
				
			||||||
		# context is bar.
 | 
							# context is bar.
 | 
				
			||||||
		kubectl init foo --host-cluster-context=bar`)
 | 
							kubefed init foo --host-cluster-context=bar`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	componentLabel = map[string]string{
 | 
						componentLabel = map[string]string{
 | 
				
			||||||
		"app": "federated-cluster",
 | 
							"app": "federated-cluster",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user