codeflare-sdk
codeflare-sdk copied to clipboard
An intuitive, easy-to-use python interface for batch resource requesting, access, job submission, and observation. Simplifying the developer's life while enabling access to high-performance compute re...
codeflare-sdk needs to grant users certain privileges to interact with kuberay. Specifically, `oc adm policy add-role-to-user kuberay-operator `
Feature request: Mount one or multiple S3 buckets at specified storage mount points accessable by the pods.
### Describe the Bug Running the `./check-payload scan operator --spec quay.io/project-codeflare/notebook:v0.10.1` from https://github.com/openshift/check-payload.git results in FIPS failures: ``` --- Failure Report +---------------------+--------------------------+-----------------------------------------------------------------------------------+--------------------------------------------+ | OPERATOR NAME | EXECUTABLE NAME | STATUS...
The tests associated with this [function](https://github.com/tedhtchang/codeflare-sdk/blob/cc8c955e693c062601711994a02180d519dc14f6/src/codeflare_sdk/utils/generate_yaml.py#L217) should be added once the [PR#187](https://github.com/project-codeflare/codeflare-sdk/pull/187) and [PR#146](https://github.com/project-codeflare/codeflare-sdk/pull/146) and [PR251](https://github.com/project-codeflare/codeflare-sdk/pull/251) are merged.
### Describe the Bug On non-FIPS, when you submit the guided-demos/2_basic_jobs DDPJobDefinition mnisttest, the job is scheduled as pending, then switches to running and then completes. On a FIPS cluster,...
### Name of Feature or Improvement https://github.com/project-codeflare/codeflare-sdk/pull/298#issuecomment-1771546096 Use Istio/Service Mesh so that the end user doesn't need the elevated permissions we see with the current implementation. ### Description of Problem...