jnsgruk / concierge

An opinionated utility for provisioning charm development and testing machines.
Apache License 2.0
5 stars 2 forks source link

fix: ensure `network` is enabled for k8s presets #19

Closed jnsgruk closed 5 days ago

jnsgruk commented 5 days ago

Follow up to #17.

Previously, if K8s was already installed but not configured with the network feature enabled, the concierge presets would not enable the network feature explicitly - causing the load balancer configuration to fail.

This change ensures that for the presets using k8s, network is explicitly enabled.

jnsgruk commented 5 days ago

@gruyaume - this should solve your problem :-)