Skip to content

Commit 4d905ff

Browse files
authored
fix: Added a Learn More link for an input variable allow_public_access_to_cluster_management<br> Updated overview content(related to DA features) in the catalog tile (#815)
* Update ibm_catalog.json * added learn more for variable * modified catalog.json * Update ibm_catalog.json * Update ibm_catalog.json * addressed review comments * new version of wrapper * precommit fix * addressed review comments --------- Co-authored-by: Vipin Kumar <[email protected]>
1 parent 7ba070f commit 4d905ff

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-10-04T03:47:26Z",
6+
"generated_at": "2025-10-10T12:27:13Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

ibm_catalog.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@
3636
"description": "Provides multiple configuration paths for provisioning [Red Hat OpenShift clusters](https://cloud.ibm.com/docs/openshift) on IBM Cloud VPC. Supports use cases ranging from quick experimentation to production-grade deployments in regulated environments. Capabilities vary by variation, with some offering simplified onboarding and others enabling advanced integrations and compliance alignment."
3737
},
3838
{
39-
"title": "OpenShift Cluster with Scalable Access and Worker Management",
40-
"description": "Deploys a Red Hat OpenShift cluster with Kubernetes-native orchestration and automated lifecycle management. All variations support [public and private access endpoints](https://cloud.ibm.com/docs/openshift?topic=openshift-access_cluster) and [worker pool](https://cloud.ibm.com/docs/openshift?topic=openshift-add-workers-vpc) configurations, enabling secure connectivity and scalable workload deployment."
39+
"title": "Cluster connectivity",
40+
"description": "Supports both [public and private access endpoints](https://cloud.ibm.com/docs/openshift?topic=openshift-access_cluster), enabling secure and flexible connectivity to the cluster based on your requirements."
41+
},
42+
{
43+
"title": "Custom worker pools",
44+
"description": "Supports configurable [worker pools](https://cloud.ibm.com/docs/openshift?topic=openshift-add-workers-vpc) to scale the cluster's compute capacity. Enables efficient management of worker nodes to support application growth, high availability, and workload distribution."
4145
},
4246
{
4347
"title": "Infrastructure Setup",

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ variable "use_private_endpoint" {
268268

269269
variable "allow_public_access_to_cluster_management" {
270270
type = bool
271-
description = "Set to true to allow public access to master node of the cluster by enabling public endpoint."
271+
description = "Set to true to access the cluster through a public cloud service endpoint. [Learn More](https://cloud.ibm.com/docs/openshift?topic=openshift-access_cluster)."
272272
default = false
273273
}
274274

solutions/quickstart/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ variable "size" {
9393

9494
variable "allow_public_access_to_cluster_management" {
9595
type = bool
96-
description = "Set to true to allow public access to master node of the cluster by enabling public endpoint."
96+
description = "Set to true to access the cluster through a public cloud service endpoint. [Learn More](https://cloud.ibm.com/docs/openshift?topic=openshift-access_cluster)."
9797
default = true
9898
}
9999

0 commit comments

Comments
 (0)