Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHostname ¶
func GetHostname() string
GetHostname returns the hostname of the machine it returns the hostname of the machine if it fails, it uses the default value "kubesolo-node"
func LoadRequiredModules ¶ added in v1.1.3
func LoadRequiredModules()
LoadRequiredModules attempts to load kernel modules required by Kubernetes networking components. Detects whether the host uses nf_tables or legacy iptables and loads the appropriate backend modules, plus xtables match/target modules needed by the CNI bridge plugin in both cases. Failures are logged as warnings and do not prevent startup — the module may be built-in or simply unavailable.
func StartMonitoring ¶
func StartMonitoring()
StartMonitoring starts the system monitoring services including pprof and memory monitoring
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.