From 0cf895699857003303a0a917d79d276bb0d7656c Mon Sep 17 00:00:00 2001 From: fab Date: Mon, 19 Aug 2024 22:36:40 +0200 Subject: [PATCH] Update README.md --- docs/lxc_autoscale/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lxc_autoscale/README.md b/docs/lxc_autoscale/README.md index ff0d60f..b377264 100644 --- a/docs/lxc_autoscale/README.md +++ b/docs/lxc_autoscale/README.md @@ -204,8 +204,8 @@ HORIZONTAL_SCALING_GROUP_1: min_instances: 2 max_instances: 5 starting_clone_id: 99000 - clone_network_type: "static" - static_ip_range: ["192.168.100.195", "192.168.100.200"] + clone_network_type: "static" # or "dhcp", in that case better to set static_ip_range: [] + static_ip_range: ["192.168.100.195", "192.168.100.200"] # if you enabled dhcp for clones set static_ip_range: [] horiz_cpu_upper_threshold: 95 horiz_memory_upper_threshold: 95 group_tag: "horiz_scaling_group_1"