Replies: 1 comment 2 replies
-
@maggie44 You cannot rescale this way with this project. What you have to do instead is create a new nodepool, apply and wait that it's running, you can check with Basically, this will allow you to shift all workloads from your old node to your new one, that way you can do both rescaling and downscaling, but it does involve creating new nodepools, if you do not have one already that has the node type you want. More on the draining a node on Kube: Remove a Node from Kubernetes.You:How to remove a node from kubernetes ChatGPT:To remove a node from a Kubernetes cluster, you need to first drain the node to evict any running workloads, then delete the node from the cluster. Here's a step-by-step guide on how to do this:
Remember that removing a node from a Kubernetes cluster can impact the availability and performance of your workloads, so make sure to plan accordingly and adjust your deployments as needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When scaling up from
cpx11
tocpx21
the storage goes up from 40GB to 80GB. If I then try to scale back down, the disk size is too large to go back tocpx11
. In the Cloud, there is a check box forCPU and RAM only
which allows me to then scale back down again at a later date. Is the same option available here?Beta Was this translation helpful? Give feedback.
All reactions