Installation
Follow these steps to install and start using Cosmopilot
in your Kubernetes cluster.
Install using Helm
1. Prerequisites
Ensure you have all necessary prerequisites installed. Refer to the Prerequisites page for more details.
2. Install Cosmopilot
Use the following command to install Cosmopilot
using Helm:
bash
$ helm install \
cosmopilot oci://ghcr.io/nibiruchain/helm/cosmopilot \
--namespace cosmopilot-system \
--create-namespace
Or, if you need to install a specific version:
bash
$ helm install \
cosmopilot oci://ghcr.io/nibiruchain/helm/cosmopilot \
--namespace cosmopilot-system \
--create-namespace \
--version 1.35.2
If you opted for not installing cert-manager (one of the recommended controllers in Prerequisites page), you need to disable both webhooks:
bash
$ helm install \
cosmopilot oci://ghcr.io/nibiruchain/helm/cosmopilot \
--namespace cosmopilot-system \
--create-namespace \
--set webHooksEnabled=false
Installation Options
A full list of available Helm values is available here. For other advanced configurations please refer to the Configuration page.