Skip to content

Commit

Permalink
change script ending message to provide specific instruction on setti…
Browse files Browse the repository at this point in the history
…ng kubeconfig
  • Loading branch information
dosullivan committed Oct 31, 2019
1 parent e7f1ce0 commit e2fc062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/kind/setup.sh
Expand Up @@ -74,4 +74,4 @@ if $install_goldilocks; then
kubectl -n goldilocks apply -f ../manifests/dashboard
fi

echo "Use 'kind get kubeconfig-path --name=test-infra' to get your kubeconfig"
echo "Use 'export KUBECONFIG="$(kind get kubeconfig-path --name="test-infra")"' to set your kubeconfig to work with the kind cluster"

0 comments on commit e2fc062

Please sign in to comment.