If you have not already done so, make sure your cluster meets the package prerequisites. Be sure to refer to the troubleshooting guide in the event of a problem.
Important
- Starting at
eksctl anywhere
versionv0.12.0
, packages on workload clusters are remotely managed by the management cluster. - While following this guide to install packages on a workload cluster, please make sure the
kubeconfig
is pointing to the management cluster that was used to create the workload cluster. The only exception is thekubectl create namespace
command below, which should be run withkubeconfig
pointing to the workload cluster.
Install
-
Generate the package configuration
-
Add the desired configuration to
adot.yaml
Please see complete configuration options for all configuration options and their default values.
Example package file with
daemonSet
mode and default configuration:Example package file with
deployment
mode and customized collector components to scrap ADOT collector’s own metrics: -
Create the namespace (If overriding
targetNamespace
, changeobservability
to the value oftargetNamespace
) -
Install adot
-
Validate the installation
Example command output
NAME PACKAGE AGE STATE CURRENTVERSION TARGETVERSION DETAIL my-adot adot 19h installed 0.23.0-d7b717277af33d3c2f37b15eeed5ae0f7feb306e 0.23.0-d7b717277af33d3c2f37b15eeed5ae0f7feb306e (latest)
Update
To update package configuration, update adot.yaml file, and run the following command:
Upgrade
ADOT will automatically be upgraded when a new bundle is activated.
Uninstall
To uninstall ADOT, simply delete the package