Skip to content

Commit 646f66b

Browse files
committed
Update the "after some time" in all the places
1 parent 25176d3 commit 646f66b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/platform-automation/pruning.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ There are a few CronJobs set up on the OpenShift clusters to help prune old obje
3232

3333
## DeploymentConfigs
3434

35-
When a `DeploymentConfig` rolls out a new version, it creates a new `ReplicationController`. After some time, the number of these can pile up. So older ones are pruned daily.
35+
When a `DeploymentConfig` rolls out a new version, it creates a new `ReplicationController`. Over time, the accumulation of these objects can happen. Therefore, older ones are routinely removed on a daily basis through pruning as well.
3636

3737
A few settings are passed to the pruner job:
3838

@@ -43,7 +43,7 @@ A few settings are passed to the pruner job:
4343

4444
## Builds
4545

46-
When a `BuildConfig` runs a build a new `Build` object is created along with the pods that the build runs in. After some time, the number of these can pile up. So older ones are pruned daily.
46+
When a `BuildConfig` runs a build a new `Build` object is created along with the pods that the build runs in. Over time, the accumulation of these objects can happen. Therefore, older ones are routinely removed on a daily basis through pruning as well.
4747

4848
A few settings are passed to the pruner job:
4949

@@ -56,7 +56,7 @@ A few settings are passed to the pruner job:
5656

5757
### Daily Prune
5858

59-
As new images are built and pushed to tags, the older copies of that tag are retained. Each of these is called a revision and is tracked with a `sha256`. After some time, the number of these can pile up. So older ones are pruned daily.
59+
As new images are built and pushed to tags, the older copies of that tag are retained. Each of these is called a revision and is tracked with a `sha256`. Over time, the accumulation of these objects can happen. Therefore, older ones are routinely removed on a daily basis through pruning as well.
6060

6161
A few settings are passed to the pruner job:
6262

@@ -87,7 +87,7 @@ As the data removed by this isn't referenced by any ImageStream or Tag it should
8787

8888
## Pipelines
8989

90-
As you run Tekton Pipelines it will create `PipelineRun` and `TaskRun` objects. After some time, the number of these can pile up. So older ones are pruned daily.
90+
As you run Tekton Pipelines it will create `PipelineRun` and `TaskRun` objects. Over time, the accumulation of these objects can happen. Therefore, older ones are routinely removed on a daily basis through pruning as well.
9191

9292
A few settings are passed to the pruner job:
9393

0 commit comments

Comments
 (0)