This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5459f1e0a6 [YUNIKORN-2941] Remove plugin mode from the install section
of Getting Started (#494)
5459f1e0a6 is described below
commit 5459f1e0a6ccef73803f1b7399a012809154d5f8
Author: Michael <[email protected]>
AuthorDate: Tue Nov 12 14:09:03 2024 -0600
[YUNIKORN-2941] Remove plugin mode from the install section of Getting
Started (#494)
Closes: #494
Signed-off-by: Craig Condit <[email protected]>
---
docs/get_started/get_started.md | 7 -------
1 file changed, 7 deletions(-)
diff --git a/docs/get_started/get_started.md b/docs/get_started/get_started.md
index 4044dea917..4fea77da33 100644
--- a/docs/get_started/get_started.md
+++ b/docs/get_started/get_started.md
@@ -43,13 +43,6 @@ By default, the helm chart will install the scheduler,
web-server and the admiss
When `admission-controller` is installed, it simply routes all traffic to
YuniKorn. That means the resource scheduling
is delegated to YuniKorn. You can disable it by setting
`embedAdmissionController` flag to `false` during the helm install.
-The YuniKorn scheduler can also be deployed as a Kubernetes scheduler plugin
by setting the Helm `enableSchedulerPlugin`
-flag to `true`. This will deploy an alternate Docker image which contains
YuniKorn compiled together with the default
-scheduler. This new mode offers better compatibility with the default
Kubernetes scheduler and is suitable for use with the
-admission controller delegating all scheduling to YuniKorn. Because this mode
is still very new, it is not enabled by default.
-
-If you are unsure which deployment mode you should use, refer to our
[side-by-side comparison](user_guide/deployment_modes).
-
If you want to use a specific version of YuniKorn, you can add the `--version`
flag to the `helm install` command as follows:
```shell script
helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version
{version}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]