Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: wtripp180901 <[email protected]>
  • Loading branch information
sjpb and wtripp180901 authored Aug 8, 2023
1 parent abc57f5 commit d3f01e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ To redeploy pods use:
```console
kubectl rollout restart deployment <deployment-names ...>
```
for the `slurmdbd`, `login` and `mysql` pods and

```
kubectl rollout restart statefulset <statefulset-names ...>
```
for the `slurmd` and `slurmctld` pods
```
Generally restarts to `slurmd`, `slurmctld`, `login` and `slurmdbd` will be required.
### Changes to secrets
Expand Down

0 comments on commit d3f01e4

Please sign in to comment.