title | custom_edit_url |
---|---|
Installation |
-
Install Helm v3 on your machine if not already installed, as it is the only supported way to install the Admiralty agent at the moment. Once installed, add the Admiralty chart repository:
helm repo add admiralty https://charts.admiralty.io helm repo update
The Admiralty agent must be installed in all clusters that you want to connect. Repeat the following steps for each cluster:
-
Set your current kubeconfig and context to target the cluster:
export KUBECONFIG=changeme # if using multiple kubeconfig files kubectl config use-context changeme # if using multiple contexts
-
Refer to the cert-manager documentation to install version 1.0+, if not already installed.
-
Install the Admiralty agent with Helm v3:
helm install admiralty admiralty/multicluster-scheduler \ --namespace admiralty --create-namespace \ --version 0.15.1 \ --wait