This commit is contained in:
Rakesh Reddy Vanga 2020-10-26 15:36:44 -07:00
Родитель 8cf5c9d4e1
Коммит 2d70012df6
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,7 +1,7 @@
#!/bin/bash
set -e
# Please install the below pre-requisites if using this on your local machine, or alternately, you can just use azure bash cloudshell for a seamless experience.
# Please install the below pre-requisites if using this on your local machine, or alternately, you can just use Azure Cloud Shell for a seamless experience.
#1. azure cli : https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest
#2. kubectl : https://kubernetes.io/docs/tasks/tools/install-kubectl/
#3. curl

Просмотреть файл

@ -27,7 +27,7 @@ helpFunction()
echo ""
echo -e "\t-g Name of resource group of AKS Cluster [required]"
echo -e "\t-n Name of AKS Cluster [required]"
echo -e "\t-h Container registry name. Examples: ACR, Docker [required] (On Azure Cloud Shell only supports ACR)"
echo -e "\t-h Container registry name. Examples: ACR, Docker [required] (Azure Cloud Shell only supports hosting images in ACR)"
echo -e "\t-k Kubernetes namespace to deploy resources (uses 'default' otherwise)"
echo -e "\t-r Path to root of the project that needs to be migrated (default = pwd)"
echo -e "\t-t Image name & tag in format 'name:tag' (default = 'projectName:stable')"

Просмотреть файл

@ -8,7 +8,7 @@ This tool will re-deploy your resources using the assets generated by Azure Dev
3. If required, deploys an ingress controller to provide a public endpoint to access the service over the internet.
## Prerequisites
Please install the below pre-requisites if using this on your local machine, or alternately, you can just use azure bash [cloudshell](https://shell.azure.com/) for a seamless experience.
Please install the below pre-requisites if using this on your local machine, or alternately, you can just use [Azure Cloud Shell](https://shell.azure.com/) for a seamless experience.
1. [azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
2. [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
3. [docker](https://docs.docker.com/engine/install/)
@ -24,7 +24,7 @@ migrate-devspaces-assets.sh -g ResourceGroupName -n AKSName -h ContainerRegistry
Flags:
-g Name of resource group of AKS Cluster [required]
-n Name of AKS Cluster [required]
-h Container registry name. Examples: ACR, Docker [required] (On Azure Cloud Shell only supports ACR)
-h Container registry name. Examples: ACR, Docker [required] (Azure Cloud Shell only supports hosting images in ACR)
-k Kubernetes namespace to deploy resources (uses 'default' otherwise)
-r Path to root of the project that needs to be migrated (default = pwd)
-t Image name & tag in format 'name:tag' (default = 'projectName:stable')