kubekey/pkg/web/handler
liujian ea70663492
feat: add validation for unique host variables in inventory (#2779)
This update introduces a function to ensure that internal IPv4 addresses and SSH connections are unique across all hosts in the inventory. It checks for duplicates and returns an error if any are found, enhancing the integrity of the inventory data.

Signed-off-by: redscholar <blacktiledhouse@gmail.com>
2025-09-28 16:14:05 +08:00
..
executor.go fix: Make the /schema/config POST endpoint more robust. (#2699) 2025-08-14 14:00:03 +08:00
inventory.go feat: add validation for unique host variables in inventory (#2779) 2025-09-28 16:14:05 +08:00
playbook.go fix: more clear error (#2694) 2025-08-12 03:07:45 +00:00
resources.go bugfix: fix ssh check with wrong local key check (#2772) 2025-09-22 10:11:58 +08:00