Skip to content

Commit

Permalink
moar notes!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Sep 4, 2019
1 parent 69e063b commit 20b2d82
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions condor/notes.md
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
```
33 changes: 33 additions & 0 deletions vice/deployment.md
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.

0 comments on commit 20b2d82

Please sign in to comment.