Skip to content

Commit

Permalink
fix more outdated -n loculus
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 26, 2024
1 parent 02a0363 commit de35df2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
run: kubectl get pods --all-namespaces
- name: Describe pods
if: ${{ !cancelled() }}
run: kubectl describe pods -l app=loculus -n loculus
run: kubectl describe pods -l app=loculus
- name: Show events
if: ${{ !cancelled() }}
run: kubectl get events -n loculus
run: kubectl get events

- name: Save logs from all containers to file
if: ${{ !cancelled() }}
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ Check the README of the backend and the website for more information on how to d
Check whether the services are already deployed (it might take some time to start, especially for the first time):

```shell
kubectl get pods -n loculus
kubectl get pods
```

If something goes wrong,

```shell
kubectl get events -n loculus
kubectl get events
```

might help to see the reason.
Expand Down

0 comments on commit de35df2

Please sign in to comment.