Add-AksHciGmsaCredentialSpec
Synopsis
Voegt een referentiespecificatie toe voor gMSA-implementaties in een cluster.
Syntaxis
Add-AksHciGmsaCredentialSpec -name <String>
-credSpecFilePath <String>
-credSpecName <String>
-clusterRoleName <String>
-secretName <String>
[-secretNamespace <String>]
[-serviceAccount <String>]
[-overwrite][-activity <String>]
Beschrijving
Voegt een referentiespecificatie toe voor gMSA-implementaties in een cluster.
Voorbeelden
Voorbeeld
Add-AksHciGMSACredentialSpec -Name mycluster -CredFilePath .\credspectest.json -CredSpecName credspec-mynewcluster -secretName mysecret -clusterRoleName clusterrole-mynewcluster
Parameters
-Naam
De alfanumerieke naam van uw Kubernetes-cluster.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-credSpecFilePath
Bestandspad van het JSON-cred spec-bestand.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-credSpecName
Naam van het Kubernetes-referentiespecificatieobject dat de gebruiker wil toewijzen.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-clusterRoleName
Naam van de Kubernetes-clusterrol die is toegewezen voor het gebruik van het Kubernetes gMSA-object credspec.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-secretName
Naam van het Kubernetes-geheime object waarin de Active Directory-gebruikersreferenties en het gMSA-domein worden opgeslagen.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-secretNamespace
Naamruimte waarin het Kubernetes-geheime object zich bevindt.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: Default
Accept pipeline input: False
Accept wildcard characters: False
-serviceAccount
Naam van het Kubernetes-serviceaccount dat is toegewezen om het k8s gMSA-object credspec te lezen.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: Default
Accept pipeline input: False
Accept wildcard characters: False
-overschrijven
Bestaande clusterrol en serviceaccountrolbinding worden overschreven.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Activiteit
De naam van de activiteit bij het bijwerken van de voortgang.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False