You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make SkyHook available to the HTCondor worker nodes, a number of things will need to occur:
Kubernetes will need to give the Ceph OSDs public IP addresses (something that's routable from HTCondor). This can be done by switching Calico to BGP (and have the upstream router peer with Calico) and assigning it service IPs that are publicly routable.
Each condor job will need a read-only key to be able to access CephFS and librados directly.
HTCondor will need to provide the right Docker flags so we can mount CephFS as an unprivileged user.
The text was updated successfully, but these errors were encountered:
To make SkyHook available to the HTCondor worker nodes, a number of things will need to occur:
The text was updated successfully, but these errors were encountered: