Get-AksHciCluster
Streszczenie
Wyświetl listę klastrów zarządzanych kubernetes, w tym hosta Azure Kubernetes Service.
Składnia
Get-AksHciCluster [-name <String>]
Opis
Wyświetl listę zarządzanych klastrów Kubernetes, w tym hosta usługi Azure Kubernete Service.
Przykłady
Wyświetlanie listy wszystkich klastrów Kubernetes
Get-AksHciCluster
Wyświetlanie listy określonego klastra Kubernetes
Get-AksHciCluster -name mycluster
ProvisioningState : provisioned
AutoScalerEnabled : true
AutoScalerProfileName: myAutoScalerProfile
KubernetesVersion : v1.20.7
NodePools : linuxnodepool
WindowsNodeCount : 0
LinuxNodeCount : 0
ControlPlaneNodeCount : 1
ControlPlaneVmSize : Standard_A4_v2
Name : mycluster
Parametry
-Nazwa
Nazwa klastra.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False