-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create pod modifier for computing integrations (Spark, HTCondor)
Refactor the existing pod modifier hook for Spark to also do the necessary configuration for HTCondor. The motivation to cluster both together is the fact that both computing services require port opening. Thus, one single k8s service with the necessary open ports can serve both. The choice of 18 ports for Spark is kept, and a new choice of 5 ports for HTCondor is introduced, which in practice means that 5 SwanHTCondorClusters can be created -- this should be enough.
- Loading branch information
Showing
3 changed files
with
123 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters