Cloud Agent Installation on Multi-OS Environment
Qualys Cloud Agent for AWS Bottlerocket Container host is currently supported only on the Intel platform. To install the Cloud Agent in a cluster with multiple OS/architecture nodes and an AWS Bottlerocket Intel node, perform the following steps.
- Add the label to the AWS Bottlerocket node in the Intel 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
- 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.