Documentation ¶
Index ¶
Constants ¶
View Source
const KubeletDaemonName = "kubelet"
Variables ¶
View Source
var MaxPodsPerInstanceType map[string]int
Functions ¶
func CalcMaxPods ¶
CalcMaxPods handle the edge case when instance type is not present in MaxPodsPerInstanceType The behavior should align with AL2, which essentially is:
# of ENI * (# of IPv4 per ENI - 1) + 2
func GetKubeletVersion ¶
func GetKubeletVersionRaw ¶
func NewKubeletDaemon ¶
func NewKubeletDaemon(daemonManager daemon.DaemonManager) daemon.Daemon
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.