Skip to content

Commit 6f9be68

Browse files
authored
Merge pull request #107837 from IEvangelist/helmInstallImprovements
Fixed helm install
2 parents ae8b0a4 + bf9ecf2 commit 6f9be68

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

articles/cognitive-services/Computer-vision/deploy-computer-vision-on-premises.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
11+
ms.date: 03/16/2020
1212
ms.author: dapine
1313
---
1414

@@ -20,11 +20,11 @@ One option to manage your Computer Vision containers on-premises is to use Kuber
2020

2121
The following prerequisites before using Computer Vision containers on-premises:
2222

23-
|Required|Purpose|
24-
|--|--|
23+
| Required | Purpose |
24+
|----------|---------|
2525
| Azure Account | If you don't have an Azure subscription, create a [free account][free-azure-account] before you begin. |
2626
| Kubernetes CLI | The [Kubernetes CLI][kubernetes-cli] is required for managing the shared credentials from the container registry. Kubernetes is also needed before Helm, which is the Kubernetes package manager. |
27-
| Helm CLI | As part of the [Helm CLI][helm-install] install, you'll also need to initialize Helm, which will install [Tiller][tiller-install]. |
27+
| Helm CLI | Install the [Helm CLI][helm-install], which is used to to install a helm chart (container package definition). |
2828
| Computer Vision resource |In order to use the container, you must have:<br><br>An Azure **Computer Vision** resource and the associated API key the endpoint URI. Both values are available on the Overview and Keys pages for the resource and are required to start the container.<br><br>**{API_KEY}**: One of the two available resource keys on the **Keys** page<br><br>**{ENDPOINT_URI}**: The endpoint as provided on the **Overview** page|
2929

3030
[!INCLUDE [Gathering required parameters](../containers/includes/container-gathering-required-parameters.md)]
@@ -174,7 +174,7 @@ registry.
174174
To install the *helm chart*, we'll need to execute the [`helm install`][helm-install-cmd] command. Ensure to execute the install command from the directory above the `read` folder.
175175

176176
```console
177-
helm install read --name read
177+
helm install read ./read
178178
```
179179

180180
Here is an example output you might expect to see from a successful install execution:
@@ -241,7 +241,6 @@ For more details on installing applications with Helm in Azure Kubernetes Servic
241241
[kubernetes-cli]: https://kubernetes.io/docs/tasks/tools/install-kubectl
242242
[helm-install]: https://helm.sh/docs/using_helm/#installing-helm
243243
[helm-install-cmd]: https://helm.sh/docs/intro/using_helm/#helm-install-installing-a-package
244-
[tiller-install]: https://helm.sh/docs/install/#installing-tiller
245244
[helm-charts]: https://helm.sh/docs/topics/charts/
246245
[kubectl-create]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#create
247246
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get

articles/cognitive-services/Speech-Service/speech-container-howto-on-premises.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 03/09/2020
11+
ms.date: 03/16/2020
1212
ms.author: dapine
1313
---
1414

@@ -20,12 +20,12 @@ One option to manage your Speech containers on-premises is to use Kubernetes and
2020

2121
The following prerequisites before using Speech containers on-premises:
2222

23-
|Required|Purpose|
24-
|--|--|
23+
| Required | Purpose |
24+
|----------|---------|
2525
| Azure Account | If you don't have an Azure subscription, create a [free account][free-azure-account] before you begin. |
2626
| Container Registry access | In order for Kubernetes to pull the docker images into the cluster, it will need access to the container registry. |
2727
| Kubernetes CLI | The [Kubernetes CLI][kubernetes-cli] is required for managing the shared credentials from the container registry. Kubernetes is also needed before Helm, which is the Kubernetes package manager. |
28-
| Helm CLI | As part of the [Helm CLI][helm-install] install, you'll also need to initialize Helm, which will install [Tiller][tiller-install]. |
28+
| Helm CLI | Install the [Helm CLI][helm-install], which is used to to install a helm chart (container package definition). |
2929
|Speech resource |In order to use these containers, you must have:<br><br>A _Speech_ Azure resource to get the associated billing key and billing endpoint URI. Both values are available on the Azure portal's **Speech** Overview and Keys pages and are required to start the container.<br><br>**{API_KEY}**: resource key<br><br>**{ENDPOINT_URI}**: endpoint URI example is: `https://westus.api.cognitive.microsoft.com/sts/v1.0`|
3030

3131
## The recommended host computer configuration

0 commit comments

Comments
 (0)