-
Choerodon平台版本: 0.17.0
-
遇到问题的执行步骤:
helm upgrade foundation-service c7n/foundation-service
-f <(helm get values foundation-service)
–version 0.17.1 -
文档地址:http://choerodon.io/zh/docs/installation-configuration/update/0.16-to-0.17/
-
环境信息(如:节点信息):
-
报错日志:
2019-06-10 12:40:11.973 INFO 8 — [ XNIO-3 task-27] i.c.c.s.impl.DbEnvironmentRepository : foundation-service 获取配置
2019-06-10 12:40:11.995 INFO 8 — [ XNIO-3 task-27] i.c.config.service.PullConfigService : error.pullConfig serviceName foundation-service configVersion null
2019-06-10 12:40:11.999 ERROR 8 — [ XNIO-3 task-27] io.undertow.request : UT005023: Exception handling request to /foundation-service/default
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is io.choerodon.core.exception.CommonException: error.pullConfig serviceName foundation-service configVersion null
at
-
原因分析:
配置文件找不到
-
疑问:
这个配置文件如何添加