Commit d3fa25b9 authored by Chao Xu's avatar Chao Xu

fix kubeproxy in hack/local-up-cluster.sh

parent adf78356
...@@ -737,7 +737,7 @@ function start_kubeproxy { ...@@ -737,7 +737,7 @@ function start_kubeproxy {
PROXY_LOG=${LOG_DIR}/kube-proxy.log PROXY_LOG=${LOG_DIR}/kube-proxy.log
cat <<EOF > /tmp/kube-proxy.yaml cat <<EOF > /tmp/kube-proxy.yaml
apiVersion: componentconfig/v1alpha1 apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration kind: KubeProxyConfiguration
clientConnection: clientConnection:
kubeconfig: ${CERT_DIR}/kube-proxy.kubeconfig kubeconfig: ${CERT_DIR}/kube-proxy.kubeconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment