craigcondit commented on a change in pull request #115:
URL:
https://github.com/apache/incubator-yunikorn-site/pull/115#discussion_r794099082
##########
File path: docs/developer_guide/deployment.md
##########
@@ -98,6 +98,11 @@ The deployment will run 2 containers from your pre-built
docker images in 1 pod,
* yunikorn-scheduler-core (yunikorn scheduler core and shim for K8s)
* yunikorn-scheduler-web (web UI)
+Alternatively, the scheduler can be deployed as a K8S scheduler plugin:
+```
+kubectl create -f deployments/scheduler/plugin.yaml
+```
+
Review comment:
Added a new comparision page that contrasts the deployment modes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]