Update kube-apiserver unit files for systemd

This commit is contained in:
derekwaynecarr 2015-07-28 14:36:56 -04:00
parent c5bffaaf31
commit e62c47db8c
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -1,6 +1,7 @@
[Unit]
Description=Kubernetes API Server
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
After=network.target
[Service]
EnvironmentFile=-/etc/kubernetes/config