From 50687190305fde8c048c459ffe5aa8dbda3221c8 Mon Sep 17 00:00:00 2001 From: git-hyagi <45576767+git-hyagi@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:04:42 -0300 Subject: [PATCH] Update object storage restart pods documentation With commit #972 users do not need to manually redeploy the pods to get the new configuration. [noissue] --- docs/configuring/storage.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/configuring/storage.md b/docs/configuring/storage.md index 5e3924568..de0254726 100644 --- a/docs/configuring/storage.md +++ b/docs/configuring/storage.md @@ -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 @@ -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