次の方法で共有


Connect-AksEdgeArc

このマシンで実行されている AKS Edge Essentials クラスターを Azure Arc for Kubernetes に接続します。

構文

Connect-AksEdgeArc [-JsonConfigFilePath <String>] [-JsonConfigString <String>] [<CommonParameters>]

説明

実行されている AKS Edge Essentials クラスターを Azure Arc for Kubernetes に接続します。 このコマンドを実行するには、Az.ConnectedKubernetes モジュールと Az.Accounts モジュールの最新バージョンと、バイナリ パスの最新の Helm バージョンが必要です。

例 1

Connect-AksEdgeArc -JsonConfigFilePath ./aksedge-config.json

例 2

Connect-AksEdgeArc -JsonConfigString ($jsonObj | ConvertTo-Json -Depth 4)

パラメーター

-JsonConfigFilePath

JSON ファイルに基づく入力パラメーター。

Type: String
Parameter Sets: fromJsonConfigFile
Aliases:

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

-JsonConfigString

JSON 文字列に基づく入力パラメーター。

Type: String
Parameter Sets: fromJsonConfigString
Aliases:

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

共通パラメーター

このコマンドレットは、一般的なパラメーターをサポートしています。-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutVariable、-OutBuffer、-PipelineVariable、-Verbose、-WarningAction、-WarningVariable です。 詳細については、「about_CommonParameters」を参照してください。

次の手順

AksEdge PowerShell リファレンス