Skip to content

Commit d49c4a9

Browse files
authored
Update how-to-deploy-self-hosted-gateway-kubernetes.md
1 parent e16ce8e commit d49c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/how-to-deploy-self-hosted-gateway-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article describes the steps for deploying the self-hosted gateway component
3535
5. Select the **Kubernetes** tab under **Deployment scripts**.
3636
6. Select the **\<gateway-name\>.yml** file link and download the YAML file.
3737
7. Select the **copy** icon at the lower-right corner of the **Deploy** text box to save the `kubectl` commands to the clipboard.
38-
8. In a new terminal session run `az aks get-credentials --resource-group RESOURCE GROUP NAME --name AKS RESOURCE NAME --admin`
38+
8. In a new terminal session run `az aks get-credentials --resource-group <resource-group-name> --name <resource-name> --admin`
3939
10. Paste commands to the terminal (or command) window. The first command creates a Kubernetes secret that contains the access token generated in step 4. The second command applies the configuration file downloaded in step 6 to the Kubernetes cluster and expects the file to be in the current directory.
4040
11. Run the commands to create the necessary Kubernetes objects in the [default namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/) and start self-hosted gateway pods from the [container image](https://aka.ms/apim/shgw/registry-portal) downloaded from the Microsoft Artifact Registry.
4141
12. Run the following command to check if the deployment succeeded. Note that it might take a little time for all the objects to be created and for the pods to initialize.

0 commit comments

Comments
 (0)