Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.19 KB

install-akshcigmsawebhook.md

File metadata and controls

69 lines (52 loc) · 1.19 KB
title author description ms.topic ms.date ms.author ms.lastreviewed ms.reviewer
Install-AksHciGmsaWebhook for AKS hybrid
sethmanheim
The Install-AksHciGmsaWebhook PowerShell command installs gMSA webhook addon to the cluster.
reference
4/13/2021
sethm
1/14/2022
jeguan

Install-AksHciGmsaWebhook

Synopsis

Installs gMSA webhook add-on to the cluster.

Syntax

Install-AksHciGmsaWebhook -name <String> 
                          [-activity <String>]                      

Description

Installs gMSA webhook addon to the cluster.

Examples

Example

Install-AksHciGmsaWebhook -name mycluster

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

-activity

The name of the activity when updating progress.

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

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

Next steps

AksHci PowerShell Reference