ibm-cloud-docs / ibm-cloud-provider-for-terraform

Documentation repository for ibm-cloud-provider-for-terraform
3 stars 17 forks source link

Confusing add-ons listing for Kubernetes Service #12

Open timroster opened 3 years ago

timroster commented 3 years ago

The list of example add-ons for the ibm_container_addons:

https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-container-resources#container-addons-input

seems to include options that are applicable to IKS , and does not indicate that some, like knative are not a supported add-on for ROKS:

https://cloud.ibm.com/docs/openshift?topic=openshift-managed-addons#adding-managed-add-ons

This was noted by a business partner trying to configure Knative for their ROKS cluster created with the terraform provider. They've switched to the OpenShift Serverless Operator.

geethasathyamurthy commented 3 years ago

@timroster The engineer team is working on this issue, once I get update from engineer team, will update the docs accordingly. Sorry for the delay in response, and thanks for letting us know the issue.

Thanks, Geetha

geethasathyamurthy commented 2 years ago

@timroster Here is the link that provides the add-on details https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/container_addons#name

Request to confirm, and close the issue if it is fixed.

Regards, Geetha

timroster commented 2 years ago

@geethasathyamurthy This page continues the problem. The link above specifies that knative is a supported addon, but it is not with OpenShift. Also the OpenShift Data Foundation is an important addon and it is not listed.

See the different addons for OpenShift here: https://cloud.ibm.com/docs/openshift?topic=openshift-managed-addons#adding-managed-add-ons

This page needs to split out the supported addons list by Kubernetes Service type.