We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c1a0e commit 8cb4a19Copy full SHA for 8cb4a19
hack/local-up-cluster.sh
@@ -242,7 +242,7 @@ EXTERNAL_HOSTNAME=${EXTERNAL_HOSTNAME:-localhost}
242
KUBELET_HOST=${KUBELET_HOST:-"127.0.0.1"}
243
KUBELET_RESOLV_CONF=${KUBELET_RESOLV_CONF:-"/etc/resolv.conf"}
244
# By default only allow CORS for requests on localhost
245
-API_CORS_ALLOWED_ORIGINS=${API_CORS_ALLOWED_ORIGINS:-/127.0.0.1(:[0-9]+)?$,/localhost(:[0-9]+)?$}
+API_CORS_ALLOWED_ORIGINS=${API_CORS_ALLOWED_ORIGINS:-//127.0.0.1(:[0-9]+)?$,//localhost(:[0-9]+)?$}
246
KUBELET_PORT=${KUBELET_PORT:-10250}
247
# By default we use 0(close it) for it's insecure
248
KUBELET_READ_ONLY_PORT=${KUBELET_READ_ONLY_PORT:-0}
0 commit comments