package
1.0.2
Repository: https://github.com/aws/eks-hybrid.git
Documentation: pkg.go.dev

# Functions

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.
GetKubeClientFromKubeConfig gets kubernetes client from kubeconfig on the disk.
No description provided by the author
No description provided by the author
GetNodeName gets the current node name from the providerId in kubelet config.
Install installs kubelet at BinPath and installs a systemd unit file at UnitPath.
KubeconfigPath returns the path to the kubeconfig file used by the kubelet.
No description provided by the author
No description provided by the author

# Constants

BinPath is the path to the Kubelet binary.
No description provided by the author
UnitPath is the path to the Kubelet systemd unit file.

# Variables

No description provided by the author

# Interfaces

Source represents a source that serves a kubelet binary.