Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Decouple updating Kubernetes and Lokomotive components when updating Lokomotive. #1205

Open
@ipochi

Description

@ipochi

Considering an analogy of Ubuntu system:

Executing sudo apt upgrade doesn't update the Ubuntu operating system , my desire and the command's intention are in sync with each other i.e Upgrade the software packages and that's what I think of Lokomotive components.

If I specifically want to upgrade the operating system to a newer version along with newer version of software packages I would call upon a different command sudo apt dist-upgrade / sudo apt full-upgrade which is what I think of Kubernetes as i.e equivalent of an OS.

Currently Lokomotive does not separate from updating Lokomotive cluster( i.e Kubernetes version) and Lokomotive components when executing lokoctl cluster apply with a newly released Lokomotive version.

What this entails is that the user must consume the lokomotive binary in full (i.e update cluster and the updated components).
This creates a problem if the desire is not to frequently update the Kubernetes versions rather only the Lokomotive components.

As per the latest container-report by Datadog, it was observed that the most popular version of Kubernetes was v1.15 even though it was released 17 months ago. However it is not clear whether this is due to the desire not wanting to do frequent updates or easy hassle free upgrades is a gap in the market, so some research is required to understand the Why.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions