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
Create a container that provides as a service submission of Condor_run_R bundles to the Limpopo cluster. Notification and passing of input data and output data is TBD. Options:
Message broker.
Shared volume.
Message broker for notification, shared volume for data.
When a shared volume is used, it is probably expedient to have one instance of this container per connection.
When purely via a message broker, this can be a K8s-namespace-wide service.
The text was updated successfully, but these errors were encountered:
Set up automation for not just building a submit container but also an execution point container and a Central Manager container together with a pool bootstrap container. These are all built off the same base image. The base image is based on Ubuntu (22.04 currently) and pulls in HTCondor (23.04 currently) and additional packages, notably SupervisorD as an init system, and Git to pull in configuration.
The bootstrap container serves to generate the pool signing key and default token (for IDTOKENS authentication) provided to pods (container instances) via a Kuberenetes secret.
Create a container that provides as a service submission of Condor_run_R bundles to the Limpopo cluster. Notification and passing of input data and output data is TBD. Options:
When a shared volume is used, it is probably expedient to have one instance of this container per connection.
When purely via a message broker, this can be a K8s-namespace-wide service.
The text was updated successfully, but these errors were encountered: