Skip to content

Commit 4ea42ad

Browse files
rosieyohannanclaudecursoragent
authored
Fix Vale errors in ip-ranges.adoc (#10409)
Resolved the following Vale errors: - Line 60: XrefTitleCase - "Trigger a Pipeline" - Line 140: ImageTitles - add title before IP ranges image - Line 144: ImageTitles - add title before network transfer image - Line 149: XrefTitleCase - "Docker Executor", "Machine Executor" - Line 160: Vale.Terms - "CircleCI Cloud" (capital C) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d5c9256 commit 4ea42ad

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/guides/modules/security/pages/ip-ranges.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ workflows:
5757
[#example-configuration-pipeline-parameters]
5858
=== Example configuration file using IP ranges with pipeline parameters
5959

60-
Use conditional logic to control when IP ranges is enabled with pipeline parameters. You can set the pipeline parameter `ip_ranges` to `true` to enable IP ranges for the `build` job. For more information on triggering pipelines with pipeline parameters, see the xref:orchestrate:triggers-overview.adoc[Trigger a pipeline] page.
60+
Use conditional logic to control when IP ranges is enabled with pipeline parameters. You can set the pipeline parameter `ip_ranges` to `true` to enable IP ranges for the `build` job. For more information on triggering pipelines with pipeline parameters, see the xref:orchestrate:triggers-overview.adoc[Trigger a Pipeline] page.
6161

6262
[,yaml]
6363
----
@@ -137,16 +137,18 @@ Enabling IP ranges consumes 450 credits from your account for each GB of data us
137137

138138
IP ranges usage is visible in the *Plan Usage* section of the CircleCI app:
139139

140+
.IP ranges feature in Plan Usage
140141
image::guides:ROOT:ip-ranges.png[Screenshot showing the location of the IP ranges feature]
141142

142143
On the *Resources* tab within the *Job Details* UI page, you can view approximations of network transfer for any Docker job, even those without the IP ranges feature enabled. This approximation can be used to predict the cost of enabling the IP ranges feature on a job without having to turn the feature on. You can also view whether or not the job has IP ranges enabled by viewing the IP Ranges badge.
143144

145+
.Approximate network transfer on the Resources tab
144146
image::guides:ROOT:resources-network-transfer.png[Screenshot showing the approximate network transfer]
145147

146148
[#known-limitations]
147149
== Known limitations
148150

149-
* IP ranges is currently available for the xref:reference:ROOT:configuration-reference.adoc#docker[Docker executor], not including `remote_docker`. Jobs that attempt to use the IP ranges feature with a xref:reference:ROOT:configuration-reference.adoc#machine[Machine executor], or with `setup_remote_docker`, will fail with an error. See this link:https://discuss.circleci.com/t/fyi-jobs-that-use-the-ip-ranges-feature-and-remote-docker-will-begin-to-fast-fail-this-week/44639[Discuss post] for details.
151+
* IP ranges is currently available for the xref:reference:ROOT:configuration-reference.adoc#docker[Docker Executor], not including `remote_docker`. Jobs that attempt to use the IP ranges feature with a xref:reference:ROOT:configuration-reference.adoc#machine[Machine Executor], or with `setup_remote_docker`, will fail with an error. See this link:https://discuss.circleci.com/t/fyi-jobs-that-use-the-ip-ranges-feature-and-remote-docker-will-begin-to-fast-fail-this-week/44639[Discuss post] for details.
150152

151153
== IP ranges for core CircleCI services
152154

@@ -155,7 +157,7 @@ This section covers the IP ranges used by CircleCI core services. Core service I
155157
[#list-of-ip-address-ranges-for-core-services]
156158
=== List of IP address ranges for core CircleCI services
157159

158-
The following list shows the IP address ranges for core CircleCI cloud services (used to trigger jobs, exchange information about users between CircleCI and GitHub/GitLab/Bitbucket):
160+
The following list shows the IP address ranges for core CircleCI Cloud services (used to trigger jobs, exchange information about users between CircleCI and GitHub/GitLab/Bitbucket):
159161

160162
* 18.214.70.5
161163
* 52.20.166.242

0 commit comments

Comments
 (0)