kubesphere / kubesphere/community

hardware parameters in the large K8s cluster

Open
#135 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
135
Forks
146
PR merge metrics
No merged PRs in 30d

Description

* Kubelet parameters
```
maxPods: 110
rotateCertificates: true
kubeReserved:
cpu: 200m
memory: 250Mi
systemReserved:
cpu: 200m
memory: 250Mi
evictionHard:
memory.available: 5%
evictionSoft:
memory.available: 10%
evictionSoftGracePeriod:
memory.available: 2m
evictionMaxPodGracePeriod: 120
evictionPressureTransitionPeriod: 30s
```

* Etcd parameters, refer to [etcd](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/hardware.md)
![image](https://user-images.githubusercontent.com/50984129/90220313-8b9ccd00-de3a-11ea-8167-326b1c6cf0ac.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Kubelet parameter block in this issue and review the linked etcd hardware guide. Identify where the large-cluster hardware guidance belongs in the community repository; done means the relevant Kubelet and etcd parameters are documented with their intended context.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
infrastructure
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.