You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// getNodeAuthorizedClientFromKubeletConfig retrieves a node-authorized Kubernetes client from the Kubelet configuration file.
31
-
// This function checks if the specified Kubelet configuration file exists. If the file does not exist, it returns an empty client without an error .
29
+
// isUseKubeletConfig checks if the specified Kubelet configuration file exists. If the file does not exist, it returns an empty client without an error .
32
30
// If the file exists, it attempts to initialize and return a node-authorized Kubernetes client.
0 commit comments