mirror of https://github.com/k3s-io/k3s
Merge pull request #11939 from derekwaynecarr/unit_file_updates
Update kube-apiserver unit files for systemdpull/6/head
commit
e9a56d9d6b
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
# The address on the local server to listen to.
|
||||
KUBE_API_ADDRESS="--address=127.0.0.1"
|
||||
KUBE_API_ADDRESS="--insecure-bind-address=127.0.0.1"
|
||||
|
||||
# The port on the local server to listen on.
|
||||
# KUBE_API_PORT="--port=8080"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[Unit]
|
||||
Description=Kubernetes API Server
|
||||
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/kubernetes/config
|
||||
|
|
Loading…
Reference in New Issue