이 페이지에서는 사용자 클러스터의 Google Distributed Cloud 제어 영역 노드의 크기를 조절하는 방법을 설명합니다. 제어 영역 노드 크기 조절은 CPU를 추가하거나 제거하고 사용자 클러스터의 제어 영역 노드에서 사용할 수 있는 메모리 양을 변경하는 것을 의미합니다.
자동 노드 크기 조절을 사용 설정하면 제어 영역 노드 크기를 수동으로 조절할 수 없습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-01(UTC)"],[],[],null,["This page describes how to resize the Google Distributed Cloud\ncontrol-plane node for the user cluster. Resizing the\ncontrol-plane node means adding or removing CPUs and changing the amount of\nmemory available to the control-plane node for the user cluster.\n\nYou cannot resize the control-plane node manually if you have enabled\n[automatic node resizing](/kubernetes-engine/distributed-cloud/vmware/docs/how-to/node-auto-resize).\n\nTo add or remove CPUs and memory in the control-plane node: \n\nConsole\n\n1. In the console, go to the **Google Kubernetes Engine clusters overview**\n page.\n\n [Go to GKE clusters](https://console.cloud.google.com/kubernetes/list/overview)\n2. Select the Google Cloud project that the user cluster is in.\n\n3. In the list of clusters, click the cluster that you want to modify, and\n then click **View details** in the **Details** panel.\n\n4. Scroll down to the **Control Plane** section.\n\n5. Click edit **Edit**\n next to **Control-plane node CPUs** or **Control-plane node memory** ,\n change the value, and click **Done**.\n\nCommand line\n\n1. Edit the\n [user cluster configuration file](/kubernetes-engine/distributed-cloud/vmware/docs/how-to/user-cluster-configuration-file-latest).\n Change the `masterNode.cpus` and `masterNode.memoryMB` to the values\n you want.\n\n ...\n masterNode:\n cpus: 4\n memoryMB: 8192\n # How many machines of this type to deploy\n replicas: 3\n ...\n\n2. Run this command to update the cluster:\n\n ```\n gkectl update cluster --kubeconfig ADMIN_CLUSTER_KUBECONFIG --config USER_CONFIG_FILE\n ```\n - Replace \u003cvar translate=\"no\"\u003eADMIN_CLUSTER_KUBECONFIG\u003c/var\u003e with the path of your admin cluster kubeconfig file.\n - Replace \u003cvar translate=\"no\"\u003eUSER_CONFIG_FILE\u003c/var\u003e with the path of your user cluster configuration file."]]