Skip to content

Commit 62217ce

Browse files
committed
chore: setup file for all tiltable-kind-cluster prerequisites
1 parent 38ad486 commit 62217ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
./kind create cluster --config=./test/fixtures/cluster-config.yaml --name=kind
2+
export KUBECONFIG=`./kind get kubeconfig-path`
3+
./kubectl create namespace snyk-monitor
4+
./kubectl create secret generic snyk-monitor -n snyk-monitor --from-literal=dockercfg.json="{}" --from-literal=integrationId="41214617-cb5d-4674-8d97-5b456952c360"
5+
echo '------------------------------------------------'
6+
echo 'run "PATH=$PATH:./ tilt up" to start tilt'
7+
echo "don't forget to set up KUBECONFIG"
8+
echo 'clean up afterwards with "./kind delete cluster"'

0 commit comments

Comments
 (0)