-
Notifications
You must be signed in to change notification settings - Fork 11
Charts realtime docs updates #177
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
Open
smvenkateshc
wants to merge
11
commits into
speechmatics:main
Choose a base branch
from
smvenkateshc:charts_realtime_docs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
bbeb7f9
Realtime charts docs
smvenkateshc 55c6f9c
minor fix
smvenkateshc a8821ce
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc b68d7a8
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc c23fbcc
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc 56072b4
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc 1d9849d
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc 9782bee
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc 394c65d
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc 5461eba
Update docs/deployments/kubernetes/realtime.mdx
smvenkateshc f09a7e6
Extra contents
smvenkateshc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,11 @@ import TabItem from '@theme/TabItem'; | |
|
|
||
| # Prerequisites | ||
|
|
||
| ## Access to the Docker and Helm Registry | ||
| ## Helm version | ||
|
|
||
| Ensure you are using Helm version 3.16.0 | ||
|
|
||
| ## Access to the docker and helm registry | ||
|
|
||
| :::info | ||
| It is important to create and reference resources within the same namespace if you do not have full control of your Kubernetes cluster or if it is a shared cluster | ||
|
|
@@ -39,7 +43,7 @@ helm registry login speechmaticspublic.azurecr.io \ | |
| --password <password> | ||
| ``` | ||
|
|
||
| ## Speechmatics License | ||
| ## Speechmatics license | ||
|
|
||
| Please speak to `[email protected]` if you do not already have a valid Speechmatics license. | ||
|
|
||
|
|
@@ -61,7 +65,7 @@ global: | |
| license: $B64_ENCODED_LICENSE | ||
| ``` | ||
|
|
||
| ## GPU Drivers | ||
| ## GPU drivers | ||
|
|
||
| The Speechmatics inference server runs Nvidia Triton Server, which requires an Nvidia GPU. When running GPU nodes in Kubernetes, you will require the Nvidia device plugin which allows containers on the cluster to access the GPUs. | ||
|
|
||
|
|
@@ -79,7 +83,9 @@ You can validate a node has allocatable GPU resources with: | |
| kubectl get nodes -o yaml | yq .[].[].status.allocatable | grep nvidia | ||
| ``` | ||
|
|
||
| ## Nginx Ingress Controller | ||
| ## Ingress controller | ||
|
|
||
| ### Nginx | ||
|
|
||
| When setting up Speechmatics via an ingress controller, it is recommended to use the `ingress-nginx` ingress controller with snippet annotations enabled. You can confirm if your cluster supports Nginx with snippet annotations enabled using the following command: | ||
|
|
||
|
|
@@ -127,7 +133,7 @@ helm repo add nginx https://kubernetes.github.io/ingress-nginx | |
| helm install nginx nginx/ingress-nginx --version 4.11.4 -f nginx.values.yaml | ||
| ``` | ||
|
|
||
| ### Using Another Ingress Controller | ||
| ### Using another ingress controller | ||
|
|
||
| If you are running another ingress controller, when enabling ingress on the chart, you need to ensure that a `Request-Id` header is passed through. This is used to manage session usage. | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
3.16.0 is only a minimum version contstaint. It can be helm version >3.16.x but <4.x.