update fabric operations console docs

Signed-off-by: Thomas Leung <thomas.leung@ibm.com>
This commit is contained in:
Thomas Leung 2025-03-21 13:10:33 -04:00
parent f36309dbfe
commit f17b923f48
2 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,14 @@ kubectl apply -k https://github.com/hyperledger-labs/fabric-operator.git/config/
```
- 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.
```yaml
spec:
arch:
- amd64
```
- Install the Fabric operator and console in the target namespace:
```shell

View file

@ -5,6 +5,7 @@ metadata:
name: hlf-console
spec:
arch:
# amd64 (x86, Intel/ AMD) or arm64 (ARM, Apple silicon)
- amd64
license:
accept: true