On 2020-01-17 16:24:18 +0800 (+0800), Daolin Liu wrote:
When I run system application-apply stx-openstack, failed to download one or more images, and I check from sysinv log, it seems that I cannot pull images from gcr.io in China (succeed for docker.io and quay.io)
So I pull the image of defaultbackend:1.0 by myself and change the tag to gcr.io/google_containers/defaultbackend:1.0, and then run system application-apply stx-openstack again, but still failed, which seems that it's still tried to download from gcr.io although this image already exists. [...]
I gather this is related to the GFW blocking access to Google. What I've heard from Kubernetes users in mainland China is that overriding your image repository setting to registry.cn-hangzhou.aliyuncs.com/google_containers should work around it without needing a VPN. I'm not sure where you'd set this in the apply configuration for StarlingX, but hopefully others will chime in. -- Jeremy Stanley