All Projects → giantswarm → k8scloudconfig

giantswarm / k8scloudconfig

Licence: Apache-2.0 license
Cloud-init configuration for setting up Kubernetes clusters

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].