From 3f4ff30275a6283401052430937e23cb0f77d647 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:08:20 +0800 Subject: [PATCH] feat: modified placeholder (#599) (#605) (cherry picked from commit 1715ae754caf4cb6e0688d8eb4326f9b0a90f960) Co-authored-by: Yiya Chen --- pkg/harvester/edit/kubeovn.io.subnet/index.vue | 2 +- pkg/harvester/l10n/en-us.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/harvester/edit/kubeovn.io.subnet/index.vue b/pkg/harvester/edit/kubeovn.io.subnet/index.vue index afdae774..d648e8e3 100644 --- a/pkg/harvester/edit/kubeovn.io.subnet/index.vue +++ b/pkg/harvester/edit/kubeovn.io.subnet/index.vue @@ -371,7 +371,7 @@ export default {
diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index e57a7a34..814fa586 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -1089,6 +1089,8 @@ harvester: placeholder: e.g. 172.16.0.0/16 excludeIPs: tooltip: The IP address list to reserve from automatic assignment. The gateway IP address is always excluded and will be automatically added to the list. + placeholder: single IP or 192.168.0.100..192.168.0.200 + acl: label: Access Control List tooltip: The ACL to apply to this Subnet. Must be one of the ACLs in the same namespace. @@ -1204,7 +1206,7 @@ harvester: vlan: VLAN ID exclude: label: Exclude IPs - placeholder: e.g. 172.16.0.1 + placeholder: CIDR format, e.g. 172.16.0.10/32 invalid: '"Exclude list" is invalid.' addIp: Add Exclude IP warning: 'WARNING:
Any change to storage-network requires shutting down all virtual machines before applying this setting.
Users have to ensure the cluster network is configured and VLAN Configuration will cover all nodes and ensure the network connectivity is working and expected in all nodes.'