defaultaddons

package
v0.176.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 21 Imported by: 6

Documentation

Index

Constants

View Source
const (
	// CoreDNS is the name of the coredns addon
	CoreDNS = "coredns"
	// KubeDNS is the name of the kube-dns addon
	KubeDNS = "kube-dns"
)
View Source
const (
	// AWSNode is the name of the aws-node addon
	AWSNode = "aws-node"
)
View Source
const (
	// KubeProxy is the name of the kube-proxy addon
	KubeProxy = "kube-proxy"
)

Variables

This section is empty.

Functions

func DoAddonsSupportMultiArch

func DoAddonsSupportMultiArch(ctx context.Context, clientSet kubernetes.Interface) (bool, error)

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. For kube-proxy and CoreDNS, we do not know what version adds support, so we just ensure they contain a node affinity that allows them to be scheduled on ARM64 nodes.

func DoesAWSNodeSupportMultiArch

func DoesAWSNodeSupportMultiArch(ctx context.Context, clientSet kubernetes.Interface) (bool, error)

DoesAWSNodeSupportMultiArch makes sure awsnode supports ARM nodes

func UpdateAWSNode

func UpdateAWSNode(ctx context.Context, input AddonInput, plan bool) (bool, error)

UpdateAWSNode will update the `aws-node` add-on and returns true if an update is available.

func UpdateCoreDNS

func UpdateCoreDNS(ctx context.Context, input AddonInput, plan bool) (bool, error)

UpdateCoreDNS will update the `coredns` add-on and returns true if an update is available

func UpdateKubeProxy added in v0.41.0

func UpdateKubeProxy(ctx context.Context, input AddonInput, plan bool) (bool, error)

UpdateKubeProxy updates image tag for kube-system:daemonset/kube-proxy based to match ControlPlaneVersion

Types

type AddonInput added in v0.75.0

type AddonInput struct {
	RawClient           kubernetes.RawClientInterface
	EKSAPI              awsapi.EKS
	ControlPlaneVersion string
	Region              string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL