File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ CLUSTER_NAME="example"
8181
8282# Use ClusterIP for clusters that do not support Services of type LoadBalancer
8383export KUBERNETES_CONTROL_PLANE_SERVICE_TYPE=" LoadBalancer"
84- export KUBERNETES_CONTROLLER_MACHINE_CPU_REQUEST=" 1 "
85- export KUBERNETES_CONTROLLER_MACHINE_MEMORY_REQUEST=" 2Gi "
86- export KUBERNETES_WORKER_MACHINE_CPU_REQUEST=" 1 "
87- export KUBERNETES_WORKER_MACHINE_MEMORY_REQUEST=" 1Gi "
84+ export KUBERNETES_CONTROLLER_MACHINE_CPU_REQUEST=" 500m "
85+ export KUBERNETES_CONTROLLER_MACHINE_MEMORY_REQUEST=" 1Gi "
86+ export KUBERNETES_WORKER_MACHINE_CPU_REQUEST=" 200m "
87+ export KUBERNETES_WORKER_MACHINE_MEMORY_REQUEST=" 512Mi "
8888# See kind releases for other available image versions of kindest/node
8989# https://github.com/kubernetes-sigs/kind/releases
9090clusterctl config cluster $CLUSTER_NAME \
You can’t perform that action at this time.
0 commit comments