Update a Kubernetes cluster.
Set-CivoKubernetesCluster [-Id] <String> [[-Name] <String>] [[-NodeCount] <String>] [[-NodeToDestroy] <String>]
[[-KubernetesVersion] <String>] [[-Applications] <String>] [<CommonParameters>]
Update a cluster name, scale up the node count, set a new Kubernetes version or add a new application to the cluster.
Set-CivoKubernetesCluster -Id xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx -Name NewName
The ID of the cluster you want to update. This parameter is mandatory and must be set to continue.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
The name you want your cluster set to.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The number of nodes you want your cluster to be. If set to a lower number, you can use -NodeToDestroy to define the specific node you want removed.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If scaling down, you can define the specific node you want to be destroyed in the process.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Set the desired Kubernetes version for your cluster.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Define what applications you want to run in your cluster.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://roberthstrand.github.io/civoShell/Set-CivoKubernetesCluster.md