Commit Graph

9 Commits

Author SHA1 Message Date
Aldo Culquicondor b9dbbc5750
Fix Discovery script for intel (#397)
Slots are handled through an environment variable instead.
2021-08-11 13:19:01 -07:00
Aldo Culquicondor 990bf1c39d
Add support for Intel MPI (#389)
* Add support for Intel MPI

Adds the field .spec.mpiImplementation, defaults to OpenMPI

The Intel implementation requires a Service fronting the launcher.

* Add an example image that uses Intel MPI
2021-08-03 11:23:41 -07:00
Aldo Culquicondor 9ce646773a
Allow running MPI applications as non-root (#383)
* Allow running MPI applications as non-root

Adds the spec field sshAuthMountPath for MPIJob.
The init script sets the permissions and ownership based on the securityContext of the launcherPod

* Add pure MPI sample that run as non-root
2021-07-26 22:35:11 -07:00
Aldo Culquicondor 7b6c1bfe22
Upgrade to apiextensions.k8s.io/v1 (#379) 2021-07-23 14:06:33 -04:00
Aldo Culquicondor 70a866ee52
Downgrade v2 API to v2beta1 (#378)
To leave the path open for improving the API without having to release a v3.
2021-07-16 11:29:46 -04:00
Aldo Culquicondor e80137c286
Consolidate validation and defaulting logic (#376)
Validation happens in a single place, improving coverage
2021-07-15 14:28:38 -07:00
Aldo Culquicondor 6afa62ca0b
Add integration tests for v2 controller (#375)
* Do inter-pod communication through SSH

The controller generates keys and mounts them to the containers. The container images must know how to place the credentials and set file permissions.

* Use init-container instead of entrypoint

* Fix scheme for recorder and defaults

* Add integration tests for v2 controller
2021-07-15 06:43:51 -07:00
Aldo Culquicondor 4e7b23eb15
Upgrade v2 dependencies to k8s 1.19 (#370) 2021-06-22 14:15:31 -07:00
Aldo Culquicondor 3d4a4bdb51
Fork v2 controller and API in a new module (#366) 2021-06-22 08:58:51 -04:00