YuniKorn Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 12: Line 12:
kubectl create namespace yunikorn
kubectl create namespace yunikorn
helm install yunikorn yunikorn/yunikorn --namespace yunikorn
helm install yunikorn yunikorn/yunikorn --namespace yunikorn
</syntaxhighlight>
For a locally expanded chart:
<syntaxhighlight lang='bash'>
helm install yunikorn --namespace yunikorn ./yunikorn
</syntaxhighlight>
</syntaxhighlight>



Latest revision as of 02:33, 7 December 2023

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