We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88bce4d + 4c4c20c commit 7b654ceCopy full SHA for 7b654ce
test/run-e2e-tests.sh
@@ -32,3 +32,10 @@ fi
32
33
PRJ_PREFIX="sigs.k8s.io/cluster-capacity"
34
go test ${PRJ_PREFIX}/test/e2e/ -v
35
+
36
+# Just test the binary works with the default example pod spec
37
+# See https://github.com/kubernetes-sigs/cluster-capacity/pull/127 for more detail
38
+go build -o hypercc sigs.k8s.io/cluster-capacity/cmd/hypercc
39
+ln -sf hypercc cluster-capacity
40
41
+./cluster-capacity --kubeconfig ~/.kube/config --podspec examples/pod.yaml --verbose
0 commit comments