Skip to content

Commit

Permalink
Update object storage restart pods documentation
Browse files Browse the repository at this point in the history
With commit #972 users do not need to manually redeploy the pods
to get the new configuration.
[noissue]
  • Loading branch information
git-hyagi committed Oct 9, 2023
1 parent 0b61406 commit 5068719
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/configuring/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ spec:
...
```

and restart the API pods to get the new configuration.
```
$ kubectl -n $PULP_NAMESPACE delete pod -l app.kubernetes.io/component=api
```
After that, Pulp Operator will automatically update the `settings.py` config file and redeploy pulpcore pods to get the new configuration.

### Configure AWS S3

Expand Down Expand Up @@ -180,10 +177,7 @@ spec:
...
```

and restart the API pods to get the new configuration.
```
$ kubectl -n $PULP_NAMESPACE delete pod -l app.kubernetes.io/component=api
```
After that, Pulp Operator will automatically update the `settings.py` config file and redeploy pulpcore pods to get the new configuration.


## Configuring Pulp Operator in non-production clusters
Expand Down

0 comments on commit 5068719

Please sign in to comment.