Browse Source

Add KUBE_API_INSECURE_BIND to systemd unit file

This was missing from commit c4c312c2e6
pull/315/head
mattymo 8 years ago
committed by GitHub
parent
commit
708d2fbd61
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/master/templates/kube-apiserver.service.j2

1
roles/kubernetes/master/templates/kube-apiserver.service.j2

@ -13,6 +13,7 @@ ExecStart={{ bin_dir }}/kube-apiserver \
$KUBE_ETCD_SERVERS \
$KUBE_API_ADDRESS \
$KUBE_API_PORT \
$KUBE_API_INSECURE_BIND \
$KUBELET_PORT \
$KUBE_ALLOW_PRIV \
$KUBE_SERVICE_ADDRESSES \

Loading…
Cancel
Save