Closed jd-zhang closed 2 years ago
We add the following items in current config file in cluster:
"images": { "kunlun-storage": "192.168.0.104:15000/kunlun-storage", "kunlun-server": "192.168.0.104:15000/kunlun-server", "kunlun-cluster-manager": "192.168.0.104:15000/kunlun-cluster-manager" },
Also, we add one option of --imageInFiles to support old way.
So, if the option is not provided, cluster.images must be specified. Otherwise, if the option is specified, we use the old way, no need to set cluster.images.
The remain issue is that, docker 19(server version) does not support the option of --pull always, we need to upgrade the docker version if necessary.
Otherwise, we need to do remove/pull first.
Issue migrated from trac ticket # 372 www.kunlunbase.com
component: cluster provision | priority: major | resolution: fixed
2021-12-30 17:14:11: zhangjindong@zettadb.com created the issue