-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update managed dbs #48725
base: master
Are you sure you want to change the base?
docs: update managed dbs #48725
Conversation
stevenGravy
commented
Nov 9, 2024
•
edited
Loading
edited
- reordered for mongdb atlas and snowflake to start Teleport db service after db can accept connections. otherwise this will add db services that won't work to start.
- mongodb atlas updated to include k8s setup
This pull request is automatically being deployed by Amplify Hosting (learn more). |
🤖 Vercel preview here: https://docs-uvn9nbvii-goteleport.vercel.app/docs/ver/preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small comment
|
||
(!docs/pages/includes/kubernetes-access/helm/helm-repo-add.mdx!) | ||
|
||
(!docs/pages/includes/database-access/db-helm-install.mdx dbName="mongodb-atlas" dbProtocol="mongodb" databaseAddress="mongodb+srv://cluster0.abcde.mongodb.net" !) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should change this partial so it doesn't include tabs. Otherwise, we get a nested Tabs
component, which is a poor user experience.
Amplify deployment status
|
docs/pages/enroll-resources/database-access/enroll-managed-databases/snowflake.mdx
Outdated
Show resolved
Hide resolved
docs/pages/enroll-resources/database-access/enroll-managed-databases/snowflake.mdx
Outdated
Show resolved
Hide resolved
|
||
(!docs/pages/includes/kubernetes-access/helm/helm-repo-add.mdx!) | ||
|
||
(!docs/pages/includes/database-access/db-helm-install.mdx dbName="example-snowflake" dbProtocol="snowflake" databaseAddress="abc12345.snowflakecomputing.com" !) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This partial also includes a Tabs
component, leading to more nested tabs. Since the two tab items are nearly identical, I think it would make sense to use variables where the values differ between tabs and explain the user how to assign values.
Co-authored-by: Paul Gottschling <[email protected]>