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

fix: use mcr.microsoft.com for nvidia in mooncake #5062

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

jackfrancis
Copy link
Member

Reason for Change:

This PR updates the mooncake configuration for nvidia driver image pull downloads to use the default mcr.microsoft.com container image registry.

Issue Fixed:

Fixes #5034

Credit Where Due:

Does this change contain code from or inspired by another project?

  • No
  • Yes

If "Yes," did you notify that project's maintainers and provide attribution?

  • No
  • Yes

Requirements:

Notes:

@jackfrancis
Copy link
Member Author

cc @Michael-Sinz @bridgetkromhout

@@ -268,7 +268,7 @@ var (
KubernetesSpecConfig: KubernetesSpecConfig{
KubernetesImageBase: "gcr.azk8s.cn/google_containers/",
TillerImageBase: "mcr.microsoft.com/",
NVIDIAImageBase: "dockerhub.azk8s.cn/nvidia/",
NVIDIAImageBase: "mcr.microsoft.com/",
AzureCNIImageBase: "mcr.azk8s.cn/containernetworking/",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is mcr.azk8s.cn? (Just asking, we have not run into a problem with it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know for sure, I would guess it is a (no longer maintained?) mirror of certain mcr.microsoft.com k8s images?

@@ -268,7 +268,7 @@ var (
KubernetesSpecConfig: KubernetesSpecConfig{
KubernetesImageBase: "gcr.azk8s.cn/google_containers/",
TillerImageBase: "mcr.microsoft.com/",
NVIDIAImageBase: "dockerhub.azk8s.cn/nvidia/",
NVIDIAImageBase: "mcr.microsoft.com/",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This effectively does what we did to our VMs to get things working.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image pull error for k8s-device-plugin in mooncake
2 participants