File tree Expand file tree Collapse file tree 2 files changed +0
-187
lines changed Expand file tree Collapse file tree 2 files changed +0
-187
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,6 @@ LOCAL_UID=$(id -u)
23
23
LOCAL_GID=$( id -g)
24
24
DOCKER_GID=$( getent group docker| cut -d " :" -f 3)
25
25
26
- # kubeconfig for dashboard.
27
- # This will be mounted and certain npm command can modify it,
28
- # so this should not be set for original kubeconfig.
29
- # if [[ -n "${KD_DEV_KUBECONFIG}" ]] ; then
30
- # Use your own kubernetes cluster.
31
- # K8S_OWN_CLUSTER=true
32
- # else
33
- # Use the kind cluster that will be created later by the script.
34
- # Set defult as kubeconfig made by `hack/scripts/start-cluster.sh`.
35
- # touch /tmp/kind.kubeconfig
36
- # KD_DEV_KUBECONFIG=/tmp/kind.kubeconfig
37
- # fi
38
-
39
26
# Create docker network to work with kind cluster
40
27
KD_DEV_NETWORK=" kubernetes-dashboard"
41
28
docker network create ${KD_DEV_NETWORK} \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments