Add-AksEdgeNode

在计算机上创建新的 AksEdge 节点,并将其添加到群集。

语法

Add-AksEdgeNode [-JsonConfigFilePath <String>] [-JsonConfigString <String>] [<CommonParameters>]

说明

向群集添加新的 AksEdge 节点。 在此计算机上创建的新节点将加入此计算机上的现有部署所属的群集。 在单台计算机部署中,此命令可用于将 Windows 节点添加到单台计算机群集。 在可缩放的部署中,现有 Linux 或 Windows 节点可以与其他节点类型进行补充。

示例

使用配置文件

Add-AksEdgeNode -JsonConfigFilePath ./aksedge-config.json

将配置作为 JSON 字符串传递

Add-AksEdgeNode -JsonConfigString ($jsonObj | ConvertTo-Json)

parameters

-JsonConfigFilePath

基于 JSON 文件的输入参数。

Type: String
Parameter Sets: fromJsonConfigFile
Aliases:

Required: False
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

CommonParameters

此 cmdlet 支持以下常见参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutVariable、-OutBuffer、-PipelineVariable、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters

后续步骤

AksEdge PowerShell 参考