wlm-operator icon indicating copy to clipboard operation
wlm-operator copied to clipboard

Singularity implementation of k8s operator for interacting with SLURM.

Results 15 wlm-operator issues
Sort by recently updated
recently updated
newest added

The singularity-cri and wlm-operator projects were created by Sylabs to explore interaction between the Kubernetes and HPC worlds. In 2020, rather than dilute our efforts over a large number of...

I was trying to run the cow-job after setup environments by the following command: `vagrant up && vagrant ssh k8s-master` `kubectl apply -f examples/cow.yaml` but when I run `kubectl get...

The last commit is over one year from now, and I wonder if this project is still relevant?

Check if dummy parameters as HostIP in pod required.

question

First all we will need to create go binding for slurm c lib

https://github.com/operator-framework/operator-sdk/blob/master/doc/test-framework/writing-e2e-tests.md

As there are many different job schedulers used on HPC, it would be interesting to know to what extent the work here could be generalized to apply to other job...