kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

Init Containers work with rktlet #12

Closed euank closed 6 years ago

euank commented 8 years ago

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.

euank commented 8 years ago

Blocked on #52

iaguis commented 6 years ago

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