diff --git a/magnum_cluster_api/resources.py b/magnum_cluster_api/resources.py index 5a3ca7f6..807521d6 100644 --- a/magnum_cluster_api/resources.py +++ b/magnum_cluster_api/resources.py @@ -551,14 +551,23 @@ def get_object(self) -> objects.KubeadmControlPlaneTemplate: }, "extraVolumes": [], }, + "etcd": { + "local": { + "extraArgs": { + "listen-metrics-urls": "http://0.0.0.0:2381", + }, + }, + }, "controllerManager": { "extraArgs": { + "bind-address": "0.0.0.0", "cloud-provider": "external", "profiling": "false", }, }, "scheduler": { "extraArgs": { + "bind-address": "0.0.0.0", "profiling": "false", }, },