-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Useful Condor Status Command | ||
|
||
``` | ||
condor_status -af:ht Name State HasDocker NodeDisabled DockerVersion | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# VICE Deployment | ||
|
||
## Service Account | ||
|
||
- Need to create a service account for the `app-exposer` service. This has been done in the `k8s-resources` repo for | ||
TUGraz. | ||
|
||
## Cluster Role | ||
|
||
- Fortunately, we can reuse the `admin` cluster role for the `app-exposer` service account. | ||
|
||
## Cluster Role Binding | ||
|
||
- The cluster role needs to be bound to the service account. This has been done in the `k8s-resources` repo for TUGraz. | ||
|
||
## Deployments to Modify | ||
|
||
- The service account needs to be specified in the `app-exposer` deployment. This has been done in the `k8s-resources` | ||
repo for TUGraz. | ||
|
||
## Deployments to...uh...Deploy | ||
|
||
- analyses | ||
- app-exposer | ||
- check-resource-access | ||
- interapps-landing | ||
- timelord | ||
- vice-loading | ||
|
||
## Ingresses | ||
|
||
- Define the nginx ingress controller. There are some values for the controller defined in the `k8s-resources` | ||
repository for TUGraz. |