Skip to content

Commit

Permalink
Clean up unused sources
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-mutou committed Apr 3, 2024
1 parent 7fc0b86 commit aceaee5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 187 deletions.
13 changes: 0 additions & 13 deletions hack/develop/run-dev-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@ LOCAL_UID=$(id -u)
LOCAL_GID=$(id -g)
DOCKER_GID=$(getent group docker|cut -d ":" -f 3)

# kubeconfig for dashboard.
# This will be mounted and certain npm command can modify it,
# so this should not be set for original kubeconfig.
#if [[ -n "${KD_DEV_KUBECONFIG}" ]] ; then
# Use your own kubernetes cluster.
#K8S_OWN_CLUSTER=true
#else
# Use the kind cluster that will be created later by the script.
# Set defult as kubeconfig made by `hack/scripts/start-cluster.sh`.
#touch /tmp/kind.kubeconfig
#KD_DEV_KUBECONFIG=/tmp/kind.kubeconfig
#fi

# Create docker network to work with kind cluster
KD_DEV_NETWORK="kubernetes-dashboard"
docker network create ${KD_DEV_NETWORK} \
Expand Down
174 changes: 0 additions & 174 deletions hack/test-resources/cluster-admin.yaml

This file was deleted.

0 comments on commit aceaee5

Please sign in to comment.