Closed euank closed 6 years ago
Blocked on #52
I ran init container tests like this:
go run hack/e2e.go -- --provider=local -v --test --test_args="--ginkgo.focus=InitContainer"
The result was
Ran 4 of 651 Specs in 445.976 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 647 Skipped PASS
This depends on the upstream integration (presumably via
kuberuntime
) supporting init containers. Once it supports them, we should get this totally for free, but we should still verify it works.