Skip to content

Commit 16d6d75

Browse files
Thomas Leungdenyeart
authored andcommitted
update fabric operations console docs
Signed-off-by: Thomas Leung <[email protected]>
1 parent f36309d commit 16d6d75

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

full-stack-asset-transfer-guide/docs/CloudReady/21-fabric-operations-console.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/
2828

2929
```
3030

31+
- Open the file located at `infrastructure/sample-network/config/console/hlf-operations-console.yaml` and adjust the `arch` field according to your machine's architecture.
32+
33+
```yaml
34+
spec:
35+
arch:
36+
- amd64
37+
```
38+
3139
- Install the Fabric operator and console in the target namespace:
3240
```shell
3341

full-stack-asset-transfer-guide/infrastructure/sample-network/config/console/hlf-operations-console.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
name: hlf-console
66
spec:
77
arch:
8+
# amd64 (x86, Intel/ AMD) or arm64 (ARM, Apple silicon)
89
- amd64
910
license:
1011
accept: true

0 commit comments

Comments
 (0)