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.
Follow up to #17.
Previously, if K8s was already installed but not configured with the
network
feature enabled, theconcierge
presets would not enable thenetwork
feature explicitly - causing the load balancer configuration to fail.This change ensures that for the presets using k8s,
network
is explicitly enabled.