File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
registry/node-update-containerd Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,15 @@ spec:
3737 if ! grep builds-registry.ystack.svc.cluster.local $CONFIG_PATH; then
3838 echo '[plugins.cri.registry.mirrors."builds-registry.ystack.svc.cluster.local"]' >> $CONFIG_PATH
3939 echo ' endpoint = ["http://builds-registry.ystack.svc.cluster.local"]' >> $CONFIG_PATH
40+ echo '[plugins.cri.registry.mirrors."builds-registry.ystack.svc.cluster.local:80"]' >> $CONFIG_PATH
41+ echo ' endpoint = ["http://builds-registry.ystack.svc.cluster.local"]' >> $CONFIG_PATH
4042 touch /results/config-updated
4143 fi
4244 if ! grep prod-registry.ystack.svc.cluster.local $CONFIG_PATH; then
4345 echo '[plugins.cri.registry.mirrors."prod-registry.ystack.svc.cluster.local"]' >> $CONFIG_PATH
4446 echo ' endpoint = ["http://prod-registry.ystack.svc.cluster.local"]' >> $CONFIG_PATH
47+ echo '[plugins.cri.registry.mirrors."prod-registry.ystack.svc.cluster.local:80"]' >> $CONFIG_PATH
48+ echo ' endpoint = ["http://prod-registry.ystack.svc.cluster.local"]' >> $CONFIG_PATH
4549 touch /results/config-updated
4650 fi
4751 cat $CONFIG_PATH
You can’t perform that action at this time.
0 commit comments