Skip to content

Commit

Permalink
add example how to access admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Jun 21, 2024
1 parent c665faa commit 3dfa419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ helm install --set image.tag=10.0.3 \
--set "dcache.pools={d,f}" my-release dcache/dcache
```

## Accessing admin interface

```bash
kubectl run --rm -ti admin-ssh --image kroniak/ssh-client -- ssh -p 22224 -l admin <my-release>-door-svc
```

## Acknowledgement

Expand Down

0 comments on commit 3dfa419

Please sign in to comment.