mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	Replaced deprecated flag --health-check with the new equivalent --http-health-check=kube-apiserver-check
This commit is contained in:
		
				
					committed by
					
						
						Kelsey Hightower
					
				
			
			
				
	
			
			
			
						parent
						
							0450e2b3b7
						
					
				
				
					commit
					26ff21f9d0
				
			@@ -313,7 +313,7 @@ gcloud compute http-health-checks create kube-apiserver-check \
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
gcloud compute target-pools create kubernetes-pool \
 | 
					gcloud compute target-pools create kubernetes-pool \
 | 
				
			||||||
  --health-check kube-apiserver-check
 | 
					  --http-health-check=kube-apiserver-check
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user