YuniKorn Operations
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
For a locally expanded chart:
helm install yunikorn --namespace yunikorn ./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