From d5aa3fe54952cfe389c3066a32c91de6aa6d49d3 Mon Sep 17 00:00:00 2001 From: Laura Hinson Date: Tue, 25 Mar 2025 10:08:30 -0400 Subject: [PATCH] Clarify that custom taints and tolerations apply to all HCP platforms --- modules/hcp-support-matrix.adoc | 2 +- modules/hcp-virt-taints-tolerations.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hcp-support-matrix.adoc b/modules/hcp-support-matrix.adoc index 85237fab90..7989deb891 100644 --- a/modules/hcp-support-matrix.adoc +++ b/modules/hcp-support-matrix.adoc @@ -180,5 +180,5 @@ For example, if you have an {product-title} 4.14 hosted cluster on the managemen The following list indicates Technology Preview features for this release: * {hcp-capital} on {ibm-z-title} in a disconnected environment -* Custom taints and tolerations for {hcp} on {VirtProductName} +* Custom taints and tolerations for {hcp} * NVIDIA GPU devices on {hcp} for {VirtProductName} \ No newline at end of file diff --git a/modules/hcp-virt-taints-tolerations.adoc b/modules/hcp-virt-taints-tolerations.adoc index 3f6d5367fe..b1e89be7bd 100644 --- a/modules/hcp-virt-taints-tolerations.adoc +++ b/modules/hcp-virt-taints-tolerations.adoc @@ -6,7 +6,7 @@ [id="hcp-virt-taints-tolerations_{context}"] = Custom taints and tolerations -For {hcp} on {VirtProductName}, by default, pods for a hosted cluster tolerate the `control-plane` and `cluster` taints. However, you can also use custom taints on nodes so that hosted clusters can tolerate those taints on a per-hosted-cluster basis by setting `HostedCluster.spec.tolerations`. +By default, pods for a hosted cluster tolerate the `control-plane` and `cluster` taints. However, you can also use custom taints on nodes so that hosted clusters can tolerate those taints on a per-hosted-cluster basis by setting `HostedCluster.spec.tolerations`. :FeatureName: Passing tolerations for a hosted cluster include::snippets/technology-preview.adoc[]