addon

package
v2.25.3 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AddonProviderMatrix = map[string][]kubermaticv1.ProviderType{
		"aws-node-termination-handler": {kubermaticv1.AWSCloudProvider},
		"azure-cloud-node-manager":     {kubermaticv1.AzureCloudProvider},
		"canal":                        anyProvider,
		"cilium":                       anyProvider,
		"cluster-autoscaler":           anyProvider,
		"csi":                          csiProviders,
		"default-storage-class":        csiProviders,
		"hubble":                       anyProvider,
		"kube-proxy":                   anyProvider,
		"kube-state-metrics":           anyProvider,
		"kubeadm-configmap":            anyProvider,
		"kubelet-configmap":            anyProvider,
		"metallb":                      anyProvider,
		"multus":                       anyProvider,
		"node-exporter":                anyProvider,
		"openvpn":                      anyProvider,
		"pod-security-policy":          anyProvider,
		"rbac":                         anyProvider,
	}

	// Some addons rely on the manifests provided by another addon. This map
	// contains these dependencies and is evaluated recursively. Addons not listed
	// here have no dependencies.
	RequiredAddons = map[string][]string{

		"default-storage-class": {"csi"},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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