Update-AksHciClusterCertificates
摘要
轮换工作负载群集中所有客户端的令牌和证书。
语法
Update-AksHciClusterCertificates -name
[-fixCloudCredentials]
[-force]
Update-AksHciClusterCertificates -name
[-fixKubeletCredentials]
[-force]
说明
轮换工作负载群集中所有客户端的令牌和证书。
示例
若要修复与云代理相关的证书(如果目标群集丢失与云代理的通信)
Update-AksHciClusterCertificates -name mycluster -fixCloudCredentials
若要修复群集证书(如果目标群集之间存在通信问题)
Update-AksHciClusterCertificates -name mycluster -fixKubeletCredentials
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
-fixCloudCredentials
为与 MOC 通信的群集 Pod 重新预配令牌。 如果工作负载群集丢失与云代理的通信,请使用此标志。
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-fixKubeletCredentials
为群集控制平面节点重新预配证书。
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-force
使用此标志可以强制令牌和证书轮换,而不考虑到期日期。
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False