Skip to content
Snippets Groups Projects
Commit 708d2fbd authored by mattymo's avatar mattymo Committed by GitHub
Browse files

Add KUBE_API_INSECURE_BIND to systemd unit file

This was missing from commit c4c312c2
parent 103f09b4
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ExecStart={{ bin_dir }}/kube-apiserver \ ...@@ -13,6 +13,7 @@ ExecStart={{ bin_dir }}/kube-apiserver \
$KUBE_ETCD_SERVERS \ $KUBE_ETCD_SERVERS \
$KUBE_API_ADDRESS \ $KUBE_API_ADDRESS \
$KUBE_API_PORT \ $KUBE_API_PORT \
$KUBE_API_INSECURE_BIND \
$KUBELET_PORT \ $KUBELET_PORT \
$KUBE_ALLOW_PRIV \ $KUBE_ALLOW_PRIV \
$KUBE_SERVICE_ADDRESSES \ $KUBE_SERVICE_ADDRESSES \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment