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
4 changes: 4 additions & 0 deletions install_config/installing-pipelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ include::modules/op-installing-pipelines-operator-using-the-cli.adoc[leveloffset

include::modules/op-pipelines-operator-in-restricted-environment.adoc[leveloffset=+1]

// {pipelines-title} single node OpenShift (SNO) support

include::modules/op-sno-support-reference.adoc[leveloffset=+1]

[role="_additional-resources"]
== Additional resources

Expand Down
27 changes: 27 additions & 0 deletions modules/op-sno-support-reference.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// This module is included in the following assemblies:
// * install_config/<include-assembly>.adoc

:_mod-docs-content-type: REFERENCE
[id="op-sno-support-reference_{context}"]
= {pipelines-shortname} on Single Node OpenShift (SNO)

You can run {pipelines-shortname} on a single-node cluster, making it suitable for small-scale deployments, testing, and development. All components and workloads share the same machine, simplifying setup and management.

.Minimum requirements
For a Single Node OpenShift (SNO) cluster on `libvirt` UPI, the minimum hardware requirements are:

* 12 vCPUs
* 64 GB RAM
* 240 GB disk space

You must ensure your cluster meets these requirements before deploying {pipelines-shortname}.

.Supported components
All {pipelines-shortname} components are fully supported on SNO.

.Limitations
There are no specific limitations for {pipelines-shortname} on SNO beyond the following inherent constraints of a single-node cluster:

* Scalability: Limited by node resources, for example by CPU or memory.
* Fault Tolerance: No redundancy. If the node fails, all workloads stop.
* Concurrency: Limited parallelism due to resource constraints.