社区版v4.3.4包安装ob,ocp组件
ocp打开了链路追踪的2个参数,没有配置es,重启后就启动失败了。
obd cluster start test
Start ocp-server-ce ok
ocp-server-ce program health check
[ERROR]failed to start 10.1.1.1 ocp-server-ce
[ERROR]start ocp-server-ce failed
[ERROR]ocp-server-ce start failedWait for observer init ok
日志报错:tail -f ocp-server.log
Caused by: org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name ‘spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties’: Could not bind properties to ‘DataSourceProperties’ : prefix=spring.datasource,
需要知道ocp的配置文件在什么位置?把打开的2个参数关闭就能启动了,目前看是个思路。