Skip to content

Commit

Permalink
Merge pull request #124 from gofed/kind-hack
Browse files Browse the repository at this point in the history
Add missing hack/kind_config.yaml
  • Loading branch information
k8s-ci-robot authored Aug 13, 2020
2 parents de33d47 + 3f9c8d4 commit 0c35fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions hack/kind_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
- role: worker
- role: worker
2 changes: 0 additions & 2 deletions test/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ if [ -n "$KIND_E2E" ]; then
kind load docker-image kubernetes/pause
kind get kubeconfig > /tmp/admin.conf
export KUBECONFIG="/tmp/admin.conf"
mkdir -p ~/gopath/src/sigs.k8s.io/
mv ~/gopath/src/github.com/kubernetes-sigs/cluster-capacity ~/gopath/src/sigs.k8s.io/.
fi

PRJ_PREFIX="sigs.k8s.io/cluster-capacity"
Expand Down

0 comments on commit 0c35fdc

Please sign in to comment.