Skip to content

Commit aec952c

Browse files
author
Miguel Varela Ramos
authored
Increase registryPullQPS from 5 to 10 in the kubelet config (#2023)
1 parent ee25c89 commit aec952c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manager/generate_eks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import json
1516
import sys
1617

1718
import yaml
18-
import json
1919

2020
K8S_VERSION = "1.18"
2121

@@ -40,6 +40,7 @@ def default_nodegroup(cluster_config):
4040
"kubeReservedCgroup": "/kube-reserved",
4141
"systemReserved": {"cpu": "150m", "memory": "300Mi", "ephemeral-storage": "1Gi"},
4242
"evictionHard": {"memory.available": "200Mi", "nodefs.available": "5%"},
43+
"registryPullQPS": 10,
4344
},
4445
}
4546

0 commit comments

Comments
 (0)