Use this reference when configuring add-ons on your Workload cluster.

vSphere-CSI

Option Description
Zone Zone is the tag category name defined in vCenter Server. Tags belonging to this category are assigned to the host or vSphere cluster objects for marking the storage topology.
Region Region is the tag category name defined in vCenter Server. Tags belonging to this category are assigned to the Data Center objects for marking the storage topology.
Storage Class Enter the storage class name. This storage class is used to provision persistent volumes dynamically. A storage class with this name is created in the Kubernetes cluster.
IsDefault To set this storage class as default, select True.
Reclaim Policy Select whether to delete or retain the add-on during a reclaim event.
Datastore URL Enter the datastore URL.

NFS-Client

Option Description
Storage Class Enter the storage class name. This storage class is used to provision persistent volumes dynamically. A storage class with this name is created in the Kubernetes cluster.
Is Default To set this storage class as default, select True.
NFS Server Address For an IPv4 cluster, enter the IPv4 address or FQDN of the NFS Server. For an IPv6 cluster, enter the FQDN.
Path Enter the server IP address and the mount path of the NFS client. Ensure that the NFS server is reachable from the cluster. The mount path must also be accessible to read and write.

Harbor

If if have already registered a Harbor, you can click Select Registered Harbor and select the Harbor from the list. Else you can click Add New Harbor and provide the following details:

Option Description
URL Enter the Harbor URL.
Username Enter the Harbor user name.
Password Enter the Harbor password.

Helm

This add-on has no configuration.

Multus

Option Description
Log Level Enter the log level. Select from:
  • Panic
  • Debug
  • Error
  • Verbose
Log File Path Path where you want to store the log files.

System Settings

Option Description
Cluster Password Enter the password for the cluster.
Syslog Add the syslog server IP address/FQDN for capturing the infrastructure logs of all the nodes in the cluster.

Load Balancer and Ingress Service

Note:
  • The Load Balancer and Ingress Service add-on is only supported on IPv4 V2 Workload clusters.
  • To install Load Balancer and Ingress Service on a Workload cluster, you must add AVI Kubernetes Operator - Operator (AKOO) on the Management cluster. For information about adding AKOO, see Add AVI Kubernetes Operator.
Option Description
Cloud Name Enter the cloud name configured in the AVI Controller.
Default Service Engine Group Enter the service engine group name configured in the AVI Controller.
Default VIP Network Enter the VIP network name in the AVI Controller.
Default VIP Network CIDR Enter the VIP network CIDR in the AVI Controller.
Ingress Configuration for AKO Deployment
Service Type Enter the ingress method for the service. Choose from the following options:
  • Node Port
  • Cluster IP
  • Node Port Local - Available only for Antrea CNI.
To add a network, click Add Network.
Network Name Enter the network name.
CIDRs You can enter multiple comma-separated CIDR values or use the <CR> tag to enter multiple CIDR values.
For example,
cloudName: vcenter0
    defaultServiceEngineGroup: ais-se-group
    defaultVipNetwork: cnf-dvpg
    defaultVipNetworkCidr: 192.168.112.0/24
    extraConfigs:
      ingress:
        serviceType: ClusterIP
        nodeNetworkList:
          - networkName: vio-mgmt-dvpg
            cidrs:
              - 192.xxx.xxx.x/xx

Promethues

The Prometheus Operator provides Kubernetes-native deployment and management of Prometheus and related monitoring components.
Note: The Prometheus Operator add-on is only supported on V2 Workload clusters.
Option Description
Storage Class Name The name of the Storage Class.
Access Mode Choose from:
  • Read Write Once
  • Read Only Many
  • Read Write Many
Storage Enter the size of the Persistent Volume Claim (PVC). The default value is 150 GB.

Fluent-Bit

Enter the service for processing logs and metrics. For example:
[Service]
  Flush         1
  Log_Level     info
  Daemon        off
  Parsers_File  parsers.conf
  HTTP_Server   On
  HTTP_Listen   0.0.0.0
  HTTP_Port     2020