mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +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:
|
||||
```shell
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ metadata:
|
|||
name: hlf-console
|
||||
spec:
|
||||
arch:
|
||||
# amd64 (x86, Intel/ AMD) or arm64 (ARM, Apple silicon)
|
||||
- amd64
|
||||
license:
|
||||
accept: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue