Skip to content

Commit

Permalink
Merge pull request #148 from spartucus/master
Browse files Browse the repository at this point in the history
Update documents
  • Loading branch information
hightall authored May 20, 2020
2 parents 04a5c4d + aea936d commit c6ae7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/agents/fabric-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The k8s configuration file is needed to gain access to a k8s cluster. Many cloud

The config file allows you to put in details like node name, allocate k8s resources such as cpu and memory, and the certificates needed for that.

[Download sample config.yaml file](https://github.com/hyperledger/cello/blob/master/src/agent/fabric-operator/agent/samples/peer_config.yaml)
[Download sample config.json file](https://github.com/hyperledger/cello/blob/master/src/agent/fabric-operator/agent/samples/peer_config.json)

Follow the below process to prepare zip files for setting up your fabric network:

Expand All @@ -41,7 +41,7 @@ The zip file created in the above process is to be uploaded during the `Agent` c
Commands for the same :-

```
wget https://github.com/hyperledger/cello/blob/master/src/agent/fabric-operator/agent/samples/peer_config.yaml?raw=true
wget https://github.com/hyperledger/cello/blob/master/src/agent/fabric-operator/agent/samples/peer_config.json?raw=true
tar -czvf peer_config.tgz peer_config.json
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: fabric.hyperledger.org/v1
apiVersion: fabric.hyperledger.org/v1alpha1
kind: Peer
metadata:
name: peer1st
Expand Down

0 comments on commit c6ae7e7

Please sign in to comment.