We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89545e6 commit f7966f8Copy full SHA for f7966f8
e2e/clean.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+set -euxo pipefail
4
5
+DIR=$(cd "$(dirname "$0")"; pwd -P)
6
7
+ktbx delete -n home-ci
e2e/launch.sh
e2e/run.sh
@@ -0,0 +1,12 @@
+go install .
8
9
+ktbx install kind
10
+ktbx create --single -n home-ci
11
+kubectl get pods -n kube-system
12
+kubectl get nodes
0 commit comments