You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to add new peers like if I have 2 peers in an existing org then I can add another one or two peers so I can join them to a different channel.
Why is this needed?
I was looking doc of bevel-operator-fabric however I am unable to find anything on how to add new peers to the existing org. could you please help me how to get it?
Thanks
The text was updated successfully, but these errors were encountered:
After Registering a peer, I try to Deploy the peer but it throws me some error :
[$ kubectl hlf peer create --statedb=couchdb --image=$PEER_IMAGE --version=$PEER_VERSION --storage-class=standard --enroll-id=peer --mspid=Org1MSP
--enroll-pw=peerpw --capacity=5Gi --name=org1-peer0 --ca-name=org1-ca.default
--hosts=peer0-org1.localho.st --istio-port=443
W1101 12:43:08.129100 13521 warnings.go:70] unknown field "spec.gatewayApi"
W1101 12:43:08.129129 13521 warnings.go:70] unknown field "spec.secret.enrollment.component.external"
W1101 12:43:08.129135 13521 warnings.go:70] unknown field "spec.secret.enrollment.tls.external"
Error: FabricPeer.hlf.kungfusoftware.es "org1-peer0" is invalid: [spec.tag: Invalid value: "": spec.tag in body should be at least 1 chars long, spec.image: Invalid value: "": spec.image in body should be at least 1 chars long]
As I am following this documentation : [https://hyperledger.github.io/bevel-operator-fabric/docs/getting-started/]
What would you like to be added?
Want to add new peers like if I have 2 peers in an existing org then I can add another one or two peers so I can join them to a different channel.
Why is this needed?
I was looking doc of bevel-operator-fabric however I am unable to find anything on how to add new peers to the existing org. could you please help me how to get it?
Thanks
The text was updated successfully, but these errors were encountered: