From f17b923f48d59fe411eda0b226d3fd5d79a0a054 Mon Sep 17 00:00:00 2001 From: Thomas Leung Date: Fri, 21 Mar 2025 13:10:33 -0400 Subject: [PATCH] update fabric operations console docs Signed-off-by: Thomas Leung --- .../docs/CloudReady/21-fabric-operations-console.md | 8 ++++++++ .../config/console/hlf-operations-console.yaml | 1 + 2 files changed, 9 insertions(+) diff --git a/full-stack-asset-transfer-guide/docs/CloudReady/21-fabric-operations-console.md b/full-stack-asset-transfer-guide/docs/CloudReady/21-fabric-operations-console.md index 36beeb47..acde1ae2 100644 --- a/full-stack-asset-transfer-guide/docs/CloudReady/21-fabric-operations-console.md +++ b/full-stack-asset-transfer-guide/docs/CloudReady/21-fabric-operations-console.md @@ -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 diff --git a/full-stack-asset-transfer-guide/infrastructure/sample-network/config/console/hlf-operations-console.yaml b/full-stack-asset-transfer-guide/infrastructure/sample-network/config/console/hlf-operations-console.yaml index e43cb710..7b33653c 100644 --- a/full-stack-asset-transfer-guide/infrastructure/sample-network/config/console/hlf-operations-console.yaml +++ b/full-stack-asset-transfer-guide/infrastructure/sample-network/config/console/hlf-operations-console.yaml @@ -5,6 +5,7 @@ metadata: name: hlf-console spec: arch: + # amd64 (x86, Intel/ AMD) or arm64 (ARM, Apple silicon) - amd64 license: accept: true