Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Mar 14, 2023
1 parent ded7dd5 commit 0ae3f62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 63 deletions.
7 changes: 3 additions & 4 deletions cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@

set -xeE

printf "\n apiServerPort: 6443" >> /kne-internal/kind/kind-no-cni.yaml
sed -i "s/name: kne/name: kne\n recycle: true/g" /kne-internal/deploy/kne/kind-bridge.yaml
printf "\n apiServerPort: 6443" >> ~/kne-internal/kind/kind-no-cni.yaml

kne deploy /kne-internal/deploy/kne/kind-bridge.yaml || true
kne deploy ~/kne-internal/deploy/kne/kind-bridge.yaml || true
mkdir -p ~/.kube
kind get kubeconfig --internal --name kne > ~/.kube/config
docker network connect kind "$(cat /etc/hostname)"

kne deploy /kne-internal/deploy/kne/kind-bridge.yaml
kne deploy ~/kne-internal/deploy/kne/kind-bridge.yaml
make itest
24 changes: 0 additions & 24 deletions kne/deploy.sh

This file was deleted.

35 changes: 0 additions & 35 deletions kne/setup.sh

This file was deleted.

0 comments on commit 0ae3f62

Please sign in to comment.