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
Copy file name to clipboardExpand all lines: docs/design/scheduler_plugin.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ title: K8s Scheduler Plugin
21
21
* limitations under the License.
22
22
-->
23
23
24
+
25
+
NOTE: The plugin deployment mode is deprecated and no longer supported. Please refer [deployment modes](user_guide/deployment_modes.md) section for more details
26
+
24
27
## Background
25
28
26
29
YuniKorn (on Kubernetes) is traditionally implemented as a ground-up implementation of a Kubernetes scheduler.
The pod is deployed as a customized scheduler, it will take the responsibility to schedule pods which explicitly specifies `schedulerName: yunikorn` in pod's spec. In addition to the `schedulerName`, you will also have to add a label `applicationId` to the pod.
0 commit comments