Share via


Remove-AksHciGmsaCredentialSpec

Özet

Kümedeki gMSA dağıtımları için kimlik bilgileri belirtimlerini siler.

Syntax

Remove-AksHciGmsaCredentialSpec -name <String> 
                             -credSpecName <String>
                             -clusterRoleName <String>
                             [-secretNamespace <String>]
                             [-serviceAccount <String>]
                             [-activity <String>]                      

Description

Kümedeki gMSA dağıtımları için kimlik bilgileri belirtimlerini siler.

Örnekler

Örnek

Remove-AksHciGmsaCredentialSpec -Name mycluster -CredSpecName credspec-mynewcluster -clusterRoleName clusterrole-mynewcluster

Parametreler

-Adı

Kubernetes kümenizin alfasayısal adı.

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

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

-credSpecName

Kullanıcının belirlemesini istediğiniz Kubernetes kimlik bilgisi belirtimi nesnesinin adı.

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

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

-clusterRoleName

Kubernetes gMSA credspec nesnesini kullanmak için atanan Kubernetes kümesi rolünün adı.

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

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

-secretNamespace

Kubernetes gizli dizisi nesnesinin bulunduğu ad alanı.

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

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

-serviceAccount

k8s gMSA credspec nesnesini okumak için atanan Kubernetes hizmet hesabının adı.

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

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

-Etkinlik

İlerlemeyi güncelleştirirken etkinliğin adı.

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

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

Sonraki adımlar

AksHci PowerShell Başvurusu