awslabs / aws-servicebroker

AWS Service Broker
Apache License 2.0
468 stars 132 forks source link

Helm-Documentation is missing mentioning "ClusterServiceBroker" #55

Closed Gottox closed 5 years ago

Gottox commented 5 years ago

Describe the bug I'm unable to install aws-servicebroker with the provided helm documentation

To Reproduce Assuming helm and tiller is already installed:

  1. helm repo add aws-sb https://awsservicebroker.s3.amazonaws.com/charts
  2. helm install aws-sb/aws-servicebroker --name aws-servicebroker --namespace aws-sb --version 1.0.0-beta.2
  3. Errormessage appears:
    Error: validation failed: unable to recognize "": no matches for kind "ClusterServiceBroker" in version "servicecatalog.k8s.io/v1beta1"

Expected behavior Helm successfully deploys the servicebroker

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

jaymccon commented 5 years ago

@Gottox This looks like kubernetes service catalog is not installed

Gottox commented 5 years ago

Thanks, I already fixed the issue for myself. Nontheless, I'm considering that a documentation issue.

jaymccon commented 5 years ago

Can you clarify on where you feel the docs could be improved ? From my tests following the documentation works as expected.

rafilkmp3 commented 3 years ago

@jaymccon docs are not explicit about install service-broker, Im had same issue and fixed because this issue