console 前端修改代码之后,怎么更新到生产环境。

想自己对kubesphere作二次开发,是不是console+原生的K
K8S可以使用使用?想知道这个开发流程

  1. kubesphere console 依赖 kubesphere cluster ,无法在裸 k8s cluster 上运行。
  2. 如果发现 kubesphere-console 有bug,或者有可以增强的地方,可以参考 https://github.com/kubesphere/console/blob/master/docs/contributing-guide.md 来参与到 kubesphere/console 贡献中。
  3. 如果只是基于 kubesphere-console 做二次开发定制化内容,可以参考 https://github.com/kubesphere/console#developer-guide. 将前端 build 成一个 docker 镜像,推到自己的docker仓库中,更新 kubesphere-system 下的 ks-console deployment 的容器镜像为自己的就行。
    24 天 后

    calvinyu 没有找到源代码哇 就是咱们开发者社区(forum)的源代码 做的非常好 想借鉴呢 多谢多谢

    4 年 后

    leoendless

    替换镜像后可以成功,但是服务重启后又变回了原来的镜像,怎么解决