79471473

Date: 2025-02-27 02:15:49
Score: 1
Natty:
Report link

Kill the peer node start process and run peer note pause -c channel. If you are running under a kubernetes POD, edit the deployment:

kubectl edit deployment -n namespace peer1-org-allshitrandomname and add the the following directive as container entrypoint / start peer:

command: ["sleep", "infinite"].

After that, get a pod shell:

k exec -i -t -n fabric peer1-f594fcfc5-46hlc -- /bin/sh

And run the: peer node pause -c channel_name

Command.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: davidfdr