[DOCS-13675] [OSB] Open Service broker Documentation shows M10 for sharded cluster deployment Created: 28/May/20  Updated: 29/Oct/23  Resolved: 29/Jun/20

Status: Closed
Project: Documentation
Component/s: Kubernetes Operator
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Minor - P4
Reporter: Prashant Gupta (Inactive) Assignee: Melissa Mahoney
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:
Days since reply: 3 years, 33 weeks, 2 days ago
Story Points: 2

 Description   

Description

Scope of changes

Impact to Other Docs

MVP (Work and Date)

Resources (Scope or Design Docs, Invision, etc.)



 Comments   
Comment by Melissa Mahoney [ 22/Jun/20 ]

PR: https://github.com/10gen/cloud-docs-osb/pull/21

Comment by Prashant Gupta (Inactive) [ 28/May/20 ]

https://docs.mongodb.com/atlas-open-service-broker/master/tutorial/deploy-sharded-cluster/#optional-configure-any-additional-settings-for-a-sharded-cluster-deployment

 

EXAMPLE

This example resource definition creates a sharded cluster called my-sharded-cluster in the atlas namespace that has the following configuration:

  • Managed by a cluster-scoped (ClusterServiceBroker) Atlas Open Service Broker
  • AWS as a cloud service provider
  • An instance size of M10
  • Composed of three shards
  • Located in the EU (Frankfurt) region
  • Auto-scaling disabled
  • Atlas Cloud Provider Snapshots enabled

copy
copied
apiVersion: servicecatalog.k8s.io/v1beta1 kind: ServiceInstance metadata: name: my-sharded-cluster namespace: atlas spec: clusterServiceClassExternalName: mongodb-atlas-aws clusterServicePlanExternalName: M10 parameters: cluster: numShards: 3 providerSettings: regionName: EU_CENTRAL_1 autoscaling: diskGBEnabled: false providerBackupEnabled: true

Generated at Thu Feb 08 08:08:26 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.