This repository was archived by the owner on Oct 28, 2024. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 68
Move images from docker hub to quay #75
Comments
If you are from mainland china, try to add env |
@Fei-Guo Thanks, but I was using Kind, and Kind cluster failed to pull those images, how can I set this proxy to enable kind cluster can pick this up? |
@christopherhein I want to get a workaround solution for this issue first before close, hope it is OK :) |
Let me close it, seems GOPROXY does not work, but I can update the sts by referring to quay that managed by myself. Thanks @christopherhein and @Fei-Guo ! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now all of the images for VC are hosted in docker hub.
The following cmd will create a
ClusterVersion
namedcv-sample-np
, which specifies the tenant master components as:etcd
: a StatefulSet withvirtualcluster/etcd-v3.4.0
image, 1 replica;apiServer
: a StatefulSet withvirtualcluster/apiserver-v1.16.2
image, 1 replica;controllerManager
: a StatefulSet withvirtualcluster/controller-manager-v1.16.2
image, 1 replica.When testing with Kind, I often got some problems of docker rate limit and cannot pull the image.
Is it possible to move the images from docker hub to quay.io? Then we will not have such problem.
@Fei-Guo ^^
The text was updated successfully, but these errors were encountered: