Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Fabric CLI chart #16

Open
alexvicegrab opened this issue Oct 22, 2018 · 3 comments
Open

Create a Fabric CLI chart #16

alexvicegrab opened this issue Oct 22, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@alexvicegrab
Copy link
Contributor

Ideally, we would like to have a CLI chart similar to the CLI container in the Fabric tutorial, to run commands against the different peers and keep the admin crypto material separate from the peers themselves.

@nicolapaoli
Copy link
Contributor

Good point @alexvicegrab .
For now I can install/instantiate chaincode directly from the peer using kubectl cp and OrgAdmin MSP as variables in the command, but ideally we should use the cli later.

@alexvicegrab alexvicegrab self-assigned this Feb 27, 2019
@rsbhardwaj
Copy link

Hi @nicolapaoli, I have tried installing the GO chaincode from the peer by the following command.
Command - kubectl exec $PEER_POD -n peers -- bash -c 'peer chaincode install -n mycc -v 1.0 -p /var/chaincode/'

and getting this error - error getting chaincode code mycc: command : failed with error: "exec: "go": executable file not found in $PATH"

You tried installing GO lang chaincode ? Can you please share how u tried it when it worked?

@rsbhardwaj
Copy link

rsbhardwaj commented Mar 29, 2019

@nicolapaoli I have tried installing the nodejs chaincode from the peer itself and it worked fine,
can u please share how u installed go lang chaincode from the peer?? @alexvicegrab

@alexvicegrab alexvicegrab removed their assignment Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants