You can install Kubernetes clusters in Operator mode as Prometheus instances. This topic describes the parameters of the Helm command that you can run to install Kubernetes clusters in Operator mode.

You can run the following sample command to install a Kubernetes cluster in Operator mode:

helm install arms-prom-operator aliyun/ack-arms-prometheus \
                --namespace arms-prom \
                --set controller.cluster_id=123 \
                --set controller.uid="456" \
                --set controller.region_id=eu-central-1 \
                --set controller.vpc_prefix=registry.
Parameter Description
namespace The namespace of the Prometheus instance in the Helm command.
controller.cluster_id The ID of the Kubernetes cluster.
controller.uid The ID of the Alibaba Cloud account.
controller.region_id The ID of the region where the Kubernetes cluster resides.
controller.vpc_prefix Select the network environment in which Prometheus Service pulls the image.
  • --set controller.vpc_prefix=registry-vpc.: Pull images from an image repository over the internal network of Alibaba Cloud. By default, Prometheus Service pulls images over the internal network of Alibaba Cloud. If your images are stored on the internal network, you do not need to configure this parameter.
  • -- set controller.vpc_prefix=registry.: Pull images from an image repository over the Internet.