Jiaxin Shan
Jiaxin Shan
### Search before asking - [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component ci ### What happened + What you expected to happen  Link:...
**What would you like to be added**: Setup CI to build AMI against all presubmit changes. Also consider to build nightly AMI for user to use. **Why is this needed**:...
As I understand, the different between `KubeCluster` and `HelmCluster` is 1. KubeCluster start scheduler at where the client runs, the worker resources come from Kubernetes. 2. HelmCluster has a long...
/kind feature **Describe the solution you'd like** We'd like to add AWS deployers [here](https://github.com/kubeflow/fairing/tree/master/kubeflow/fairing/deployers) to give fairing user an option to train models directly on [AWS Sagemaker](https://aws.amazon.com/sagemaker/) I think the...
In v1.0-branch, we don't apply all AWS plugins by default. The major concern is it requires many policies and user either lack of permission to do this or they want...
"Hi all. I am trying to deploy a simple kubeflow deployment into our teams AWS area. We have restitution that all roles need to have a corresponding permission boundary set....
We reserved interfaces to handle this here. https://github.com/kubeflow/kfctl/blob/18d3ee861412ddd2b225ad6ac859a328faac89e7/pkg/kfconfig/awsplugin/types.go#L41-L54 Since we restart to use v3 manifest, in order to apply these values, we probably need to use some different manifest. The...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] I am checking examples. Based on the API, looks like I need...
/kind feature I am trying to understand the best practice here. 1. If I have training job runs once every day, should I create one `Run` for it and create...