概要
クラスター上の gMSA デプロイの資格情報仕様を削除します。
Syntax
Remove-AksHciGmsaCredentialSpec -name <String>
-credSpecName <String>
-clusterRoleName <String>
[-secretNamespace <String>]
[-serviceAccount <String>]
[-activity <String>]
Description
クラスター上の gMSA デプロイの資格情報仕様を削除します。
Examples
例
Remove-AksHciGmsaCredentialSpec -Name mycluster -CredSpecName credspec-mynewcluster -clusterRoleName clusterrole-mynewcluster
Parameters
-name
Kubernetes クラスターの英数字名。
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-credSpecName
ユーザーが指定する Kubernetes 資格情報仕様オブジェクトの名前。
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 オブジェクトを使用するために割り当てられた Kubernetes クラスター ロールの名前。
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-secretNamespace
Kubernetes シークレット オブジェクトが存在する名前空間。
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 オブジェクトを読み取るために割り当てられた Kubernetes サービス アカウントの名前。
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: Default
Accept pipeline input: False
Accept wildcard characters: False
-activity
進行状況を更新するときのアクティビティの名前。
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False