From 20b2d82c96cb462d61c556015eaa3c23a88acdfb Mon Sep 17 00:00:00 2001 From: Sarah Roberts Date: Wed, 4 Sep 2019 15:40:54 -0700 Subject: [PATCH] moar notes!!!! --- condor/notes.md | 5 +++++ vice/deployment.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 condor/notes.md create mode 100644 vice/deployment.md diff --git a/condor/notes.md b/condor/notes.md new file mode 100644 index 0000000..2570d59 --- /dev/null +++ b/condor/notes.md @@ -0,0 +1,5 @@ +# Useful Condor Status Command + +``` +condor_status -af:ht Name State HasDocker NodeDisabled DockerVersion +``` diff --git a/vice/deployment.md b/vice/deployment.md new file mode 100644 index 0000000..e5b9bd6 --- /dev/null +++ b/vice/deployment.md @@ -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.