metal-stack / gardener-extension-provider-metal

Implementation of the gardener-extension-controller for metal-stack
MIT License
24 stars 11 forks source link

Missing classificiation for Machine Images and Firewall Images #405

Open robertvolkmann opened 4 weeks ago

robertvolkmann commented 4 weeks ago

As a platform engineer, I want to be able to test images without impacting the current running systems. Currently, every image listed in the cloud profile is a candidate for an image upgrade during the maintenance window.

majst01 commented 4 weeks ago

Testing of Images must be done in a pre production stage

robertvolkmann commented 4 weeks ago

Not every customer has a pre production setup. Gardener supports a mechanism to test new K8s patch versions too.

majst01 commented 4 weeks ago

but we release images only after a successful Integration test

mwennrich commented 2 weeks ago

At least for machine images there is already the possibility to classify an image as preview:

$ k explain cloudprofile.spec.machineImages.versions.classification
GROUP:      core.gardener.cloud
KIND:       CloudProfile
VERSION:    v1beta1

FIELD: classification <string>

DESCRIPTION:
    Classification defines the state of a version (preview, supported, deprecated)