Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/getting-started/multi-cluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
--create-namespace --namespace openchoreo-build-plane \\
--timeout=10m \\
--kube-context kind-openchoreo-bp \\
--set fluentBit.enabled=true`}
--set fluentBit.enabled=true \\
--set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
--set global.defaultResources.registry.local.pullEndpoint="localhost:30003"`}
</CodeBlock>

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

<CodeBlock language="bash">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
--create-namespace --namespace openchoreo-build-plane \\
--timeout=10m \\
--kube-context kind-openchoreo-bp \\
--set fluentBit.enabled=true`}
--set fluentBit.enabled=true \\
--set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
--set global.defaultResources.registry.local.pullEndpoint="localhost:30003"`}
</CodeBlock>

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

<CodeBlock language="bash">
Expand Down