Skip to content
Merged
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
7 changes: 5 additions & 2 deletions docs/deployments/kubernetes/k8s-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After installing the CLI, navigate to the Helm chart directory within the instal
cd /usr/local/lib/python3.9/site-packages/simplyblock_core/scripts/charts/
```

Then build the Helm dependencies and deploy the SimplyBlock control plane:
Then build the Helm dependencies and deploy the simplyblock control plane:

```bash
helm dependency build ./
Expand All @@ -32,7 +32,10 @@ kubectl -n simplyblock exec -it simplyblock-admin-control-<uuid> -- bash
```

```bash title="Install Control Plane"
{{ cliname }} cluster create --ifname=<IF_NAME> --ha-type=ha --mode=kubernetes
{{ cliname }} cluster create --mgmt-ip <WORKER_IP> --ha-type ha --mode kubernetes
```

!!! info
You need to add additional parameter when using a Loadbalancer `--ingress-host-source loadbalancer` and `--dns-name <LB_INGRESS_DNS>`

Additional parameters for the cluster create command can be found at [Cluster Deployment Options](../cluster-deployment-options.md).