Closed ChristianZaccaria closed 5 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from christianzaccaria. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
I've run this on my cluster:
I get this error (using cluster_job_client demo notebook)
'Traceback (most recent call last):\n File "/tmp/ray/session_2024-06-21_04-50-03_677463_8/runtime_resources/working_dir_files/_ray_pkg_262c3c69a1596acc/mnist_fashion.py", line 84, in
@ChristianZaccaria Should we close this then in lieu of https://github.com/opendatahub-io/kuberay/pull/19 ?
Closing in lieu of https://github.com/opendatahub-io/kuberay/pull/19
Issue link
Jira: https://issues.redhat.com/browse/RHOAIENG-7638
What changes have been made
SecurityContext
in the RayCluster's head and worker containers.SecurityContext
in the RayCluster's head and worker containers.Verification steps
namespace
resource with value:Namespace
resource.SecurityContext
is added to both head and worker containers when the mentioned labels have been set.SecurityContext
, and attempt to update theSecurityContext
once the RayCluster is created. The ValidatingWebhook should reject these actions.Checks