1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

adding ifeval statments

This commit is contained in:
Frances_McDonald
2025-04-16 19:27:50 +01:00
committed by openshift-cherrypick-robot
parent a4ab3aa84c
commit efb65bdb5a

View File

@@ -10,6 +10,9 @@ endif::[]
ifeval::["{context}" == "rosa-hcp-creating-a-cluster-quickly-terraform"]
:tf-hcp:
endif::[]
ifeval::["{context}" == "rosa-hcp-sts-creating-a-cluster-quickly"]
:hcp-rosa:
endif::[]
:_mod-docs-content-type: CONCEPT
[id="rosa-sts-overview-of-the-default-cluster-specifications_{context}"]
@@ -73,23 +76,23 @@ ifndef::rosa-hcp,tf-hcp[]
* EC2 Instance Metadata Service (IMDS) is enabled and allows the use of IMDSv1 or IMDSv2 (token optional)
endif::rosa-hcp,tf-hcp[]
* Monitoring for user-defined projects: Enabled
ifndef::openshift-rosa-hcp[]
ifndef::openshift-rosa-hcp,hcp-rosa[]
|Encryption
|* Cloud storage is encrypted at rest
* Additional etcd encryption is not enabled
* The default AWS Key Management Service (KMS) key is used as the encryption key for persistent data
endif::openshift-rosa-hcp[]
endif::openshift-rosa-hcp,hcp-rosa[]
ifdef::openshift-rosa,openshift-rosa-hcp,tf-classic[]
|Control plane node configuration
|* Control plane node instance type: m5.2xlarge (8 vCPU, 32 GiB RAM)
* Control plane node count: 3
endif::openshift-rosa,openshift-rosa-hcp,tf-classic[]
ifndef::openshift-rosa-hcp[]
ifndef::openshift-rosa-hcp,hcp-rosa[]
|Infrastructure node configuration
|* Infrastructure node instance type: r5.xlarge (4 vCPU, 32 GiB RAM)
* Infrastructure node count: 2
endif::openshift-rosa-hcp[]
endif::openshift-rosa-hcp,hcp-rosa[]
|Compute node machine pool
|* Compute node instance type: m5.xlarge (4 vCPU 16, GiB RAM)
@@ -163,3 +166,7 @@ endif::[]
ifeval::["{context}" == "rosa-hcp-creating-a-cluster-quickly-terraform"]
:!tf-hcp:
endif::[]
ifeval::["{context}" == "rosa-hcp-sts-creating-a-cluster-quickly"]
:!hcp-rosa:
endif::[]