
The driver can be used manually against a cluster started with local-up-cluster.sh and is also used for E2E testing. Because the tests proxy connections from the nodes into the e2e.test binary and create/delete files via the equivalent of "kubectl exec dd/rm", they can be run against arbitrary clusters. Each test gets its own driver instance and resource class, therefore they can run in parallel.
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
# See the OWNERS docs at https://go.k8s.io/owners
|
|
|
|
approvers:
|
|
- klueska
|
|
- pohly
|
|
reviewers:
|
|
- klueska
|
|
- pohly
|
|
- bart0sh
|
|
labels:
|
|
- sig/node
|