Versions in this module Expand all Collapse all v1 v1.0.1 Jan 16, 2025 v1.0.0 Nov 29, 2024 Changes in this version + const BinPath + const KubeletDaemonName + const UnitPath + var MaxPodsPerInstanceType map[string]int + func CalcMaxPods(awsRegion string, instanceType string) int32 + func GetKubeClientFromKubeConfig() (kubernetes.Interface, error) + func GetKubeletVersion() (string, error) + func GetKubeletVersionRaw() (*string, error) + func GetNodeName() (string, error) + func Install(ctx context.Context, tracker *tracker.Tracker, src Source) error + func KubeconfigPath() string + func NewKubeletDaemon(daemonManager daemon.DaemonManager, cfg *api.NodeConfig, awsConfig *aws.Config) daemon.Daemon + func Uninstall() error + type Source interface + GetKubelet func(context.Context) (artifact.Source, error)