Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
use azk8s.cn instead of akscn.io (#4099)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and jackfrancis committed Oct 23, 2018
1 parent 6e195e9 commit 1458cdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ var (
},
//KubernetesSpecConfig - Due to Chinese firewall issue, the default containers from google is blocked, use the Chinese local mirror instead
KubernetesSpecConfig: KubernetesSpecConfig{
KubernetesImageBase: "gcr.akscn.io/google_containers/",
TillerImageBase: "gcr.akscn.io/kubernetes-helm/",
ACIConnectorImageBase: "dockerhub.akscn.io/microsoft/",
NVIDIAImageBase: "dockerhub.akscn.io/nvidia/",
AzureCNIImageBase: "dockerhub.akscn.io/containernetworking/",
KubernetesImageBase: "gcr.azk8s.cn/google_containers/",
TillerImageBase: "gcr.azk8s.cn/kubernetes-helm/",
ACIConnectorImageBase: "dockerhub.azk8s.cn/microsoft/",
NVIDIAImageBase: "dockerhub.azk8s.cn/nvidia/",
AzureCNIImageBase: "dockerhub.azk8s.cn/containernetworking/",
EtcdDownloadURLBase: DefaultKubernetesSpecConfig.EtcdDownloadURLBase,
KubeBinariesSASURLBase: DefaultKubernetesSpecConfig.KubeBinariesSASURLBase,
WindowsPackageSASURLBase: DefaultKubernetesSpecConfig.WindowsPackageSASURLBase,
Expand Down

0 comments on commit 1458cdb

Please sign in to comment.