Merge pull request #11939 from derekwaynecarr/unit_file_updates

Update kube-apiserver unit files for systemd
pull/6/head
Mike Danese 2015-07-29 17:43:44 -07:00
commit e9a56d9d6b
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