k8scloudconfig

module
v10.16.1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2022 License: Apache-2.0

README

CircleCI

k8scloudconfig

Cloud-init configuration for setting up Kubernetes clusters

Versioning

k8scloudconfig library uses semver versioning scheme. Please follow simple rules, when creating new version:

  1. Increment MAJOR version number when breaking library API changes introduced.
  2. Increment PATCH version number for critical bug fixes. Patch release needs to be immediately included into patch release of operator.
  3. Increment MINOR version number for all other changes.
  4. WIP releases are only possible for major and minor version updates. Patch releases should be immediately frozen.

Examples:

  • "Hyperkube upgrade from 1.9.5 to 1.10.1" is a minor version upgrade.
  • "New field DisableCalico added to Params struct" is a major version upgrade.
  • "Kubelet configuration changed to prevent stuck in terminating state pods" is a patch version upgrade.

Component Versions

Versions for core components such as Kubernetes are passed in to templates via Params at runtime. Certain versions require changes to templates to function correctly so versions are validated when generating the cloud config. If you see a validation error in operator logs, check pkg/key/key.go for the current version constraints and edit the component version or constraints (after testing/adjusting templates) as needed.

Directories

Path Synopsis
pkg
key

Jump to

Keyboard shortcuts

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