Harbor安装报错502 Bad Gateway

https://www.opskb.com/ITHelp/672.html

查看/var/log/harbor/adminserver.log 日志有以下报错

Dec 25 02:39:18 172.18.0.1 adminserver[2641]: 2017-12-25T07:39:18Z [INFO] initializing system configurations...

Dec 25 02:39:18 172.18.0.1 adminserver[2641]: 2017-12-25T07:39:18Z [INFO] the path of json configuration storage: /etc/adminserver/config/config.json

Dec 25 02:39:18 172.18.0.1 adminserver[2641]: 2017-12-25T07:39:18Z [DEBUG] [driver_json.go:46]: path of configuration file: /etc/adminserver/config/config.json

Dec 25 02:39:18 172.18.0.1 adminserver[2641]: 2017-12-25T07:39:18Z [INFO] the path of key used by key provider: /etc/adminserver/key

设置下权限,设置目录下面secretkey文件的所属者

[root@localhost harbor]# chown 10000:10000 /mycre/secretkey

然后执行

docker-compose down

docker-compose up -d 

扫描二维码关注公众号,回复: 4830298 查看本文章

第二种方法:

还原设置secretkey_path的路径为/data

切换harbor的安装目录执行以下操作

[root@localhost harbor]#docker-compose down

[root@localhost harbor]#rm -rf /data/secretkey

[root@localhost harbor]#./prepare

[root@localhost harbor]#docker-compose up –d

猜你喜欢

转载自www.cnblogs.com/paul03/p/10239696.html