Install-AksHciMonitoring

Synopsis

Installs Prometheus for monitoring in the AKS hybrid deployment.

Syntax

Install-AksHciMonitoring -name <String> 
                         -storageSizeGB <String> 
                         -retentionTimeHours <String>                        

Description

Installs Prometheus for monitoring in the AKS hybrid deployment.

Examples

Example

Install-AksHciMonitoring -Name mycluster -storageSizeGB 100 -retentionTimeHours 240

Parameters

-name

The alphanumeric name of your Kubernetes cluster.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-storage

The amount of storage in GB.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-retentionTime

The retention time for collected metrics in hours.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Next steps

AksHci PowerShell Reference