mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
- Updated the Connector interface to return both stdout and stderr for command execution. - Modified implementations in local, kubernetes, and ssh connectors to support the new return values. - Improved documentation for the Connector interface methods for clarity. - Added error handling for stderr in command execution across connectors. - Introduced new utility functions for IP parsing and checking localhost IPs. Signed-off-by: joyceliu <joyceliu@yunify.com> |
||
|---|---|---|
| .. | ||
| connector.go | ||
| gather_facts.go | ||
| helper.go | ||
| helper_test.go | ||
| kubernetes_connector.go | ||
| local_connector.go | ||
| prometheus_connector.go | ||
| ssh_connector.go | ||