mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			568 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			568 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Kubernetes API Server
 | |
| Documentation=https://github.com/GoogleCloudPlatform/kubernetes
 | |
| 
 | |
| [Service]
 | |
| EnvironmentFile=-/etc/kubernetes/config
 | |
| EnvironmentFile=-/etc/kubernetes/apiserver
 | |
| User=kube
 | |
| ExecStart=/usr/bin/kube-apiserver \
 | |
| 	    $KUBE_LOGTOSTDERR \
 | |
| 	    $KUBE_LOG_LEVEL \
 | |
| 	    $KUBE_ETCD_SERVERS \
 | |
| 	    $KUBE_API_ADDRESS \
 | |
| 	    $KUBE_API_PORT \
 | |
| 	    $KUBELET_PORT \
 | |
| 	    $KUBE_ALLOW_PRIV \
 | |
| 	    $KUBE_SERVICE_ADDRESSES \
 | |
| 	    $KUBE_ADMISSION_CONTROL \
 | |
| 	    $KUBE_API_ARGS
 | |
| Restart=on-failure
 | |
| LimitNOFILE=65536
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |