Deploy a condor cluster in kubernetes for coffea-casa
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add htcondor http://maniaclab.uchicago.edu/htcondor-cc/
You can then run helm search repo htcondor
to see the charts.
A typical installation would be
helm install htcondor -n htcondor htcondor/htcondor
edit kustomization.yaml and patch.yaml to customize the condor resources, htcondor versions etc
kubectl apply -k <kustomization directory>/
CONDOR_HOST = condor.condor.svc.cluster.local
SCHEDD_HOST = submit.condorsub.condor.svc.cluster.local
upudate secret_creation_hook.py
condor_user = '[email protected]'
issuer = socket.gethostbyname('condor.condor.svc.cluster.local')