Change node configuration in a Managed Kubernetes cluster
You cannot change the configuration of nodes directly - you can create a new node group in the cluster with the desired configuration.
You can change the configuration in the control panel or via kubectl.
- Add a new group of nodes to the cluster with the required number of resources.
- Transfer the data to the new nodes.
- Optional: delete the previous node group.