Replies: 1 comment
|
@ylinam For a Kubernetes-based example using KIND, check out this sample which employs the Chaincode as a Service model. Additionally, Fabric v2.2 and 2.3 are beyond their community maintenance period. I strongly recommend using v2.5 (the latest LTS version) or later, to ensure better support and stability. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried to install chain code in Kubernetes v1.27, but got the following error
The hyperledger-fabric version is 2.2.1.
The value of CORE_VM_ENDPOINT is set to unix:///run/containerd/containerd.sock
Moreoever, I tried the hyperledger-orderer version 2.3 and set the OREDER ADMIN parameters, but got the same result.
All reactions