Skip to content

Commit f9b8a4c

Browse files
Mirage20shirolk
authored andcommitted
Update multi-cluster guide with correct registry endpoints
1 parent e8c75a9 commit f9b8a4c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/getting-started/multi-cluster.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
207207
--create-namespace --namespace openchoreo-build-plane \\
208208
--timeout=10m \\
209209
--kube-context kind-openchoreo-bp \\
210-
--set fluentBit.enabled=true`}
210+
--set fluentBit.enabled=true \\
211+
--set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
212+
--set global.defaultResources.registry.local.pullEndpoint="localhost:30003"`}
211213
</CodeBlock>
212214

213215
Wait for the build plane components to be ready:
@@ -302,7 +304,9 @@ helm upgrade build-plane oci://ghcr.io/openchoreo/helm-charts/openchoreo-build-p
302304
--set fluentBit.config.opensearch.host="openchoreo-op-control-plane" \\
303305
--set fluentBit.config.opensearch.port=30920 \\
304306
--kube-context kind-openchoreo-bp \\
305-
--set fluentBit.enabled=true`}
307+
--set fluentBit.enabled=true \\
308+
--set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
309+
--set global.defaultResources.registry.local.pullEndpoint="localhost:30003"`}
306310
</CodeBlock>
307311

308312
<CodeBlock language="bash">

versioned_docs/version-v0.3.x/getting-started/multi-cluster.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
207207
--create-namespace --namespace openchoreo-build-plane \\
208208
--timeout=10m \\
209209
--kube-context kind-openchoreo-bp \\
210-
--set fluentBit.enabled=true`}
210+
--set fluentBit.enabled=true \\
211+
--set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
212+
--set global.defaultResources.registry.local.pullEndpoint="localhost:30003"`}
211213
</CodeBlock>
212214

213215
Wait for the build plane components to be ready:
@@ -302,7 +304,9 @@ helm upgrade build-plane oci://ghcr.io/openchoreo/helm-charts/openchoreo-build-p
302304
--set fluentBit.config.opensearch.host="openchoreo-op-control-plane" \\
303305
--set fluentBit.config.opensearch.port=30920 \\
304306
--kube-context kind-openchoreo-bp \\
305-
--set fluentBit.enabled=true`}
307+
--set fluentBit.enabled=true \\
308+
--set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
309+
--set global.defaultResources.registry.local.pullEndpoint="localhost:30003"`}
306310
</CodeBlock>
307311

308312
<CodeBlock language="bash">

0 commit comments

Comments
 (0)