Installation of AWS Bottlerocket ARM Agent on Multi-OS Environment

To install the Cloud Agent in a cluster with multiple OS/architecture nodes and an AWS Bottlerocket ARM node, perform the following steps.

  1. Add the label to the AWS Bottlerocket node in the ARM architecture using the following command.

    kubectl label nodes <node-name1> <node-name2> <node-name3>
    <label-name>=<label-value>


    For example,
    kubectl label nodes ip-12-34-56-78.ec2.internal ip-87-65-43-21.ec2.internal bottlerocket=true
  2. Access the .yml file associated with the Cloud Agent you want to install and uncomment the label name and label value line. Refer to the following snippet.