mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 10:12:35 +03:00 
			
		
		
		
	Remove cloud provider and move to ARM64
This commit is contained in:
		
				
					committed by
					
						
						Kelsey Hightower
					
				
			
			
				
	
			
			
			
						parent
						
							79a3f79b27
						
					
				
				
					commit
					a9cb5f7ba5
				
			
							
								
								
									
										13
									
								
								units/kube-scheduler.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								units/kube-scheduler.service
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
[Unit]
 | 
			
		||||
Description=Kubernetes Scheduler
 | 
			
		||||
Documentation=https://github.com/kubernetes/kubernetes
 | 
			
		||||
 | 
			
		||||
[Service]
 | 
			
		||||
ExecStart=/usr/local/bin/kube-scheduler \
 | 
			
		||||
  --config=/etc/kubernetes/config/kube-scheduler.yaml \
 | 
			
		||||
  --v=2
 | 
			
		||||
Restart=on-failure
 | 
			
		||||
RestartSec=5
 | 
			
		||||
 | 
			
		||||
[Install]
 | 
			
		||||
WantedBy=multi-user.target
 | 
			
		||||
		Reference in New Issue
	
	Block a user