mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
update fabric operations console docs
Signed-off-by: Thomas Leung <thomas.leung@ibm.com>
This commit is contained in:
parent
f36309dbfe
commit
16d6d751da
2 changed files with 9 additions and 0 deletions
|
|
@ -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:
|
- Install the Fabric operator and console in the target namespace:
|
||||||
```shell
|
```shell
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ metadata:
|
||||||
name: hlf-console
|
name: hlf-console
|
||||||
spec:
|
spec:
|
||||||
arch:
|
arch:
|
||||||
|
# amd64 (x86, Intel/ AMD) or arm64 (ARM, Apple silicon)
|
||||||
- amd64
|
- amd64
|
||||||
license:
|
license:
|
||||||
accept: true
|
accept: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue