240 发简信
IP属地:天津
  • @litesky peitho配置如下
    peitho:
    imagemode: registry
    pullerAccessAddress: http://peitho:8080/tar
    pullerImage: zpk.test:445/docker-test/fabric/tianrandailoving/puller-amd:v-7-gca7ab85
    imagePullSecret:
    -name: test-secret

    如何实现K8S托管Fabric chaincode

    chaincode创建流程: 如图所示, 原生fabric创建chaincode, 是由peer发起的操作,也就是在进行合约初始化(或者chaincode挂的情况下调用合约)...

  • @litesky 有配置token,Authentication is required是在拉取fabric-ccenv时报的,请问docker registry按照如下配置对吗,这个不太会配置

    endpoint: unix:///host/var/run/docker.sock
    registry:
    server-address: https//apk.test:445
    project: docker-test
    username: ***
    password: ***

    如何实现K8S托管Fabric chaincode

    chaincode创建流程: 如图所示, 原生fabric创建chaincode, 是由peer发起的操作,也就是在进行合约初始化(或者chaincode挂的情况下调用合约)...

  • peitho中,配置了正确的registry地址及用户名密码,project配置了仓库地址的下一级目录,但是peer在安装链码时,不知道为什么peitho的日志中提示 Authentication is required.

    如何实现K8S托管Fabric chaincode

    chaincode创建流程: 如图所示, 原生fabric创建chaincode, 是由peer发起的操作,也就是在进行合约初始化(或者chaincode挂的情况下调用合约)...