Skip to content

Commit 505538f

Browse files
stevsmitSteven Smith
andauthored
Updates Quay docs to remove SKOPEO TIMEOUT config field (quay#1462)
Co-authored-by: Steven Smith <[email protected]>
1 parent 18a597d commit 505538f

File tree

4 files changed

+1
-47
lines changed

4 files changed

+1
-47
lines changed

modules/config-fields-mirroring.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ Mirroring in {productname} enables automatic synchronization of repositories wit
3131

3232
*Default*: `False`
3333

34-
|*SKOPEO_TIMEOUT_INTERVAL* |Integer | Number of seconds mirroring job will run before timing out. +
35-
+
36-
**Default:** `300`
37-
3834
|===
3935

4036
.Mirroring configuration example YAML
@@ -46,6 +42,5 @@ REPO_MIRROR_INTERVAL: 30
4642
REPO_MIRROR_SERVER_HOSTNAME: "openshift-quay-service"
4743
REPO_MIRROR_TLS_VERIFY: true
4844
REPO_MIRROR_ROLLBACK: false
49-
SKOPEO_TIMEOUT_INTERVAL: 300
5045
# ...
5146
----

modules/config-updates-315.adoc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,6 @@
44

55
The following sections detail new configuration fields added in {productname} 3.15.
66

7-
[id="skopeo-timeout-configuration-field"]
8-
== Skopeo timeout interval
9-
10-
The `SKOPEO_TIMEOUT_INTERVAL` has been added. With this configuration field, {productname} administrators can adjust the time, in seconds, that a mirroring job runs before it times out. This field is required and defaults to `300` seconds, or 5 minutes. It cannot be set lower than `300` seconds.
11-
12-
|===
13-
| Field | Type | Description
14-
|*SKOPEO_TIMEOUT_INTERVAL* |Integer | Number of seconds mirroring job will run before timing out. +
15-
+
16-
**Default:** `300`
17-
|===
18-
19-
.Skopeo timeout example YAML
20-
[source,yaml]
21-
----
22-
SKOPEO_TIMEOUT_INTERVAL: 300
23-
----
24-
257
[id="superuser-config-dump"]
268
== Superuser configDump
279

modules/mirroring-creating-repo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use the following procedure to adjust the settings of your mirrored repository.
3434

3535
* **Sync Interval:** Defaults to syncing every 24 hours. You can change that based on hours or days.
3636

37-
* **Skopeo timeout internal:** Defaults to `300` seconds (5 minutes). The maximum timeout length is `43200` seconds (12 hours).
37+
* **Skopeo timeout interval:** Defaults to `300` seconds (5 minutes). The maximum timeout length is `43200` seconds (12 hours).
3838

3939
* **Robot User:** Create a new robot account or choose an existing robot account to do the mirroring.
4040

modules/new-quay-config-fields-315.adoc

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,6 @@
44

55
The following configuration fields have been added to {productname} 3.15.
66

7-
[id="skopeo-timeout-configuration-field"]
8-
== Skopeo timeout interval
9-
10-
The `SKOPEO_TIMEOUT_INTERVAL` configuration field has been added. With this field, {productname} administrators can adjust the time, in seconds, that a mirroring job runs before it times out. This field is required and defaults to `300` seconds, or 5 minutes. It cannot be set lower than `300` seconds.
11-
12-
.Skopeo timeout configuration field
13-
|===
14-
| Field | Type | Description
15-
|*SKOPEO_TIMEOUT_INTERVAL* |Integer | Number of seconds mirroring job will run before timing out. +
16-
+
17-
**Default:** `300`
18-
|===
19-
20-
.Skopeo timeout example YAML
21-
[source,yaml]
22-
----
23-
# ...
24-
SKOPEO_TIMEOUT_INTERVAL: 300
25-
# ...
26-
----
27-
28-
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_quay/{producty}/html-single/manage_red_hat_quay/index#repo-mirroring-in-red-hat-quay[Repository mirroring].
29-
307
[id="superuser-config-dump"]
318
== Superuser configDump
329

0 commit comments

Comments
 (0)