File kube-apiserver.service of Package kubernetes
[Unit] Description=Kubernetes API Server Documentation=https://github.com/GoogleCloudPlatform/kubernetes After=network.target After=etcd.service [Service] EnvironmentFile=-/etc/kubernetes/config EnvironmentFile=-/etc/kubernetes/apiserver User=kube ExecStart=/usr/bin/hyperkube 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_FEATURE_GATES \ $KUBE_API_ARGS Restart=on-failure Type=notify LimitNOFILE=65536 # Kubernetes services should be under the podruntime slice. This the recommended # deployment to allow fine resource control on Kubernetes. Slice=podruntime.slice [Install] WantedBy=multi-user.target