Giter Club home page Giter Club logo

Comments (7)

jeremyrickard avatar jeremyrickard commented on June 15, 2024 2

Hey @desreela, you'll also need to use the flag to enable experimental services.

Give this a try:

helm install azure/open-service-broker-azure --name osba --namespace osba --set azure.subscriptionId=$AZURE_SUBSCRIPTION_ID --set azure.tenantId=$AZURE_TENANT_ID --set azure.clientId=$AZURE_CLIENT_ID --set azure.clientSecret=$AZURE_CLIENT_SECRET --version 0.11.0 --set modules.minStability=EXPERIMENTAL

Once that finishes, you should be able to get the CosmosDB Services:

vcat get plans --class azure-cosmosdb-sql
   NAME           CLASS                   DESCRIPTION                             UUID
+---------+--------------------+--------------------------------+--------------------------------------+
  sql-api   azure-cosmosdb-sql   Azure CosmosDB With SQL          58d7223d-934e-4fb5-a046-0c67781eb24e
                                 API (Database Account and
                                 Database)

from blackbelt-aks-hackfest.

chzbrgr71 avatar chzbrgr71 commented on June 15, 2024

Apparently the OSBA project went into "GA" mode and they disabled services that are experimental. In order to get this to work, we need to install the v0.11.0 version of the OSBA Helm chart.

I'm not sure of the syntax for this offhand, but maybe someone in the group can figure it out here. I think you just add something like --version 0.11.0 to the helm install for the broker.

from blackbelt-aks-hackfest.

desreela avatar desreela commented on June 15, 2024

Got the OSBA installed as 'open-service-broker-azure-0.11.0' via helm using the flag --version 0.11.0.
++++++++++++++
helm install azure/open-service-broker-azure --name osba --namespace osba --set azure.subscriptionId=$AZURE_SUBSCRIPTION_ID --set azure.tenantId=$AZURE_TENANT_ID --set azure.clientId=$AZURE_CLIENT_ID --set azure.clientSecret=$AZURE_CLIENT_SECRET --version 0.11.0
++++++++++++++
However the issue persists.
Not able to get the azure-cosmos-mongo-account listed under classes. And getting the same error message (posted originally) while trying to apply the yaml file. Tried on different AKS clusters in different subscriptions in both Cloudshell as well as CentOS Vm bash shell.

from blackbelt-aks-hackfest.

desreela avatar desreela commented on June 15, 2024

@jeremyrickard, It worked now after including both the flags !!!

--version 0.11.0 --set modules.minStability=EXPERIMENTAL

@chzbrgr71, @jeremyrickard Thanks a lot guys !!!

from blackbelt-aks-hackfest.

mathieu-benoit avatar mathieu-benoit commented on June 15, 2024

FYI I added the mention of --version 0.11.0 in the lab instructions via this PR #108, since that's the only way for now to be able to provision CosmosDB via OSBA. It's not working yet with 1.0.1 nor 1.1.0.

from blackbelt-aks-hackfest.

jeremyrickard avatar jeremyrickard commented on June 15, 2024

I'll double check on this for you. With 1.1.0, you should be able to re-enable the experimental modules.

from blackbelt-aks-hackfest.

mathieu-benoit avatar mathieu-benoit commented on June 15, 2024

FYI @chzbrgr71 or @jschluchter , this issue could be now closed since PR #108 has been merged into master.

from blackbelt-aks-hackfest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.