Documentation
¶
Overview ¶
Package vcluster provides default configuration for vCluster clusters.
This package embeds a Dockerfile containing the default Kubernetes image reference for vCluster. The Dockerfile is scanned by Dependabot for automated version updates. The parsed version is exported as DefaultKubernetesVersion for use by the provisioner and scaffolder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var DefaultKubernetesVersion = KubernetesVersion()
DefaultKubernetesVersion is the default Kubernetes version for vCluster nodes. This value is read from the Dockerfile in this package. When Dependabot does not track the referenced images (see dependabot-core#13383), the Dockerfile must be updated manually to keep this default in sync.
Functions ¶
func ChartVersion ¶
func ChartVersion() string
ChartVersion returns the vCluster Helm chart version from the embedded Dockerfile.
func KubernetesVersion ¶
func KubernetesVersion() string
KubernetesVersion returns the Kubernetes version tag from the embedded Dockerfile.
Types ¶
This section is empty.