Container Infrastructure Management Service for OpenStack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
|
|
. /etc/kubernetes/proxy |
|
. /etc/kubernetes/config |
|
|
|
ARGS="$@ $KUBE_LOGTOSTDERR $KUBE_LOG_LEVEL $KUBE_MASTER $KUBE_PROXY_ARGS" |
|
|
|
exec /usr/local/bin/kube-proxy $ARGS
|
|
|