Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions lit/docs/pipelines/instance-groups.lit
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
\use-plugin{concourse-docs}

\warn{
Instanced Pipelines/Instance Groups are currently experimental, and are
subject to change.

To experiment with Instanced Pipelines on your deployment, you need to set
the feature flag \code{--enable-pipeline-instances}
(\code{CONCOURSE_ENABLE_PIPELINE_INSTANCES=true})
Prior to v8.0.0 of Concourse, Instanced Pipelines/Instance Groups were
experimental and not enabled by default. If your Concourse is < v8.0.0 you
need to enable instance pipelines by setting the the feature flag
\code{--enable-pipeline-instances}
(\code{CONCOURSE_ENABLE_PIPELINE_INSTANCES=true}) on the
\reference{web-node}.
}

Although pipelines operate independently of one another, it's not uncommon to
Expand Down
10 changes: 7 additions & 3 deletions lit/docs/steps.lit
Original file line number Diff line number Diff line change
Expand Up @@ -1048,9 +1048,13 @@ by configuring \reference{schema.on_failure} or
at the time the pipeline is set, use \reference{schema.task.vars} as well.

\warn{
\reference{instanced-pipelines}{Instance pipelines} are experimental
and need to be enabled by setting the
\code{--enable-pipeline-instances} flag on the \reference{web-node}.
Prior to v8.0.0 of Concourse,
\reference{instanced-pipelines}{Instance pipelines} were experimental
and not enabled by default. If your Concourse is < v8.0.0 you need to
enable instance pipelines by setting the
\code{--enable-pipeline-instances}
(\code{CONCOURSE_ENABLE_PIPELINE_INSTANCES=true}) on the
\reference{web-node}.
}

\example-toggle{Configuring instance vars}{
Expand Down