Skip to content

Commit

Permalink
add command for admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 16, 2024
1 parent 37e9b5a commit ee366a3
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,19 @@ The first deployment will include a download of all of the genomic reference dat
```
kubectl get pods
NAME READY STATUS RESTARTS AGE
hail-search-7678986f7-n8655 1/1 Running 0 12m34s
pipeline-runner-api-5557bbc7-vrtcj 2/2 Running 0 12m34s
pipeline-runner-ui-749c94468f-62rtv 1/1 Running 0 12m34s
seqr-68d7b855fb-bjppn 1/1 Running 0 12m34s
seqr-check-new-samples-job-28818190-vlhxj 0/1 Completed 0 12m34s
seqr-postgresql-0 1/1 Running 0 12m34s
seqr-redis-master-0 1/1 Running 0 12m34s
hail-search-7678986f7-n8655 1/1 Running 0 22m
pipeline-runner-api-5557bbc7-vrtcj 2/2 Running 0 22m
pipeline-runner-ui-749c94468f-62rtv 1/1 Running 0 22m
seqr-68d7b855fb-bjppn 1/1 Running 0 22m
seqr-check-new-samples-job-28818190-vlhxj 0/1 Completed 0 22m
seqr-postgresql-0 1/1 Running 0 22m
seqr-redis-master-0 1/1 Running 0 22m
```

Once services are healthy, you may create a seqr Admin user using the pod name from the above output:

```
kubectl exec seqr-68d7b855fb-bjppn -c seqr -it -- bash
```

## Required Secrets
Expand Down

0 comments on commit ee366a3

Please sign in to comment.