WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rename mcad to appwrapper
* remove dispatch_priority (not supported by v1beta2 AppWrapper)
* remove instascale
* remove priority/affinity from template -- not compatible with Kueue
* make mocked objects easier to maintain by removing unnecessary metadata
* port appwrapper status to v1beta2 names
* prune mocked appwrappers
* eliminate dependency on workload.codeflare.dev/appwrapper label
* Finish converting AppWrappers to v1beta2
* fix incomplete rebase
* rebase: remove instascale from new testcase
* add e2e test for appwrapper containing a raycluster
* Also must add local_queue label to appwrappers
* user labels should also be added to ray cluster wrapped in appwrapper
* fix more incorrect test cases that were assuming that appwrappers don't get a localqueue
* sdk_user must have rbacs to create appwrappers for e2e test to succeed
* elide AppWrappers from top-level documentation
Upon creating a cluster configuration with `mcad=True` an appwrapper will be created featuring the Ray Cluster and any Routes, Ingresses or Secrets that are needed to be created along side it.<br>
29
-
From there a user can call `cluster.up()` and `cluster.down()` to create and remove the appwrapper thus creating and removing the Ray Cluster.
30
-
31
-
In cases where `mcad=False` a yaml file will be created with the individual Ray Cluster, Route/Ingress and Secret included.<br>
32
-
The Ray Cluster and service will be created by KubeRay directly and the other components will be individually created.
33
-
34
28
The `labels={"exampleLabel": "example"}` parameter can be used to apply additional labels to the RayCluster resource.
29
+
30
+
After creating their`cluster`, a user can call `cluster.up()` and `cluster.down()` to respectively create or remove the Ray Cluster.
0 commit comments