Skip to content

Commit a5dec34

Browse files
Merge pull request #232731 from asudbring/aks-patch
Added new URL for image registry
2 parents 3bbe265 + fd74451 commit a5dec34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/ingress-basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To control image versions, you'll want to import them into your own Azure Contai
7272

7373
```azurecli
7474
REGISTRY_NAME=<REGISTRY_NAME>
75-
SOURCE_REGISTRY=k8s.gcr.io
75+
SOURCE_REGISTRY=registry.k8s.io
7676
CONTROLLER_IMAGE=ingress-nginx/controller
7777
CONTROLLER_TAG=v1.2.1
7878
PATCH_IMAGE=ingress-nginx/kube-webhook-certgen
@@ -92,7 +92,7 @@ To control image versions, you'll want to import them into your own Azure Contai
9292
```azurepowershell-interactive
9393
$RegistryName = "<REGISTRY_NAME>"
9494
$ResourceGroup = (Get-AzContainerRegistry | Where-Object {$_.name -eq $RegistryName} ).ResourceGroupName
95-
$SourceRegistry = "k8s.gcr.io"
95+
$SourceRegistry = "registry.k8s.io"
9696
$ControllerImage = "ingress-nginx/controller"
9797
$ControllerTag = "v1.2.1"
9898
$PatchImage = "ingress-nginx/kube-webhook-certgen"

0 commit comments

Comments
 (0)