vuil / harbor

An enterprise-class container registry server based on Docker Distribution
http://vmware.github.io/harbor/
Other
0 stars 0 forks source link

Check that Raft endpoint is reachable/compatible #43

Open srm09 opened 7 years ago

srm09 commented 7 years ago

On Harbor startup, check if the Raft endpoint is reachable and error out on startup.

vuil commented 7 years ago

should just fail ui container install.sh script should return proper message and error code based on whether containers came up

vuil commented 7 years ago

to be on the safe side we should do some basic schema check to ensure that the raft server we are talking to has a compatible schema (probably involving queries of the newer fields)