canonical / k8s-operator

Machine charm for K8s following the operator framework
Apache License 2.0
4 stars 3 forks source link

`runs-on` noble requires at least juju3.3 and beyond #113

Closed addyess closed 6 months ago

addyess commented 6 months ago

Resolves https://github.com/canonical/k8s-operator/issues/107

It seems that a bug in juju 3.1 prevents the k8s charm from deploying on any series (jammy or focal) because it mentions an unsupported series (noble)

The message from juju is cryptic (see issue) so to not confuse users, it seems most prudent to just update the minimum version of the charm to 3.3\

Will need to cherry-pick to main on merge