# Packages
No description provided by the author
# Functions
DoAddonsSupportMultiArch checks if the coredns/kubeproxy/awsnode support multi arch nodegroups We know that AWS node requires 1.6.3+ to work, so we check for that.
DoesAWSNodeSupportMultiArch makes sure awsnode supports ARM nodes.
UpdateAWSNode will update the `aws-node` add-on and returns true if an update is available.
UpdateCoreDNS will update the `coredns` add-on and returns true if an update is available.
UpdateKubeProxy updates image tag for kube-system:daemonset/kube-proxy based to match ControlPlaneVersion.
# Structs
No description provided by the author
# Interfaces
AddonVersionDescriber describes the versions for an addon.