YuniKorn Operations

From NovaOrdis Knowledge Base
Revision as of 00:01, 7 December 2023 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

Internal


Installation

With admission controller:

helm repo add yunikorn https://apache.github.io/yunikorn-release
helm repo update
kubectl create namespace yunikorn
helm install yunikorn yunikorn/yunikorn --namespace yunikorn


To uninstall:

helm uninstall yunikorn --namespace yunikorn

Access to the Web UI:

kubectl port-forward svc/yunikorn-service 9889:9889 -n yunikorn

.... then go to http://localhost:9889