Merge pull request #136379 from amigo-nishant/master

cleanup: improve darwin error messages
This commit is contained in:
Kubernetes Prow Robot
2026-01-24 06:43:27 +05:30
committed by GitHub

View File

@@ -1467,7 +1467,7 @@ if [[ "${START_MODE}" != *"nokubelet"* ]]; then
# Detect the OS name/arch and display appropriate error.
case "$(uname -s)" in
Darwin)
print_color "kubelet is not currently supported in darwin, kubelet aborted."
print_color "kubelet is not supported on macOS. Please use https://sigs.k8s.io/kind"
KUBELET_LOG=""
;;
Linux)
@@ -1487,7 +1487,7 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
# Detect the OS name/arch and display appropriate error.
case "$(uname -s)" in
Darwin)
print_color "kubelet is not currently supported in darwin, kube-proxy aborted."
print_color "kube-proxy is not supported on macOS. Please use https://sigs.k8s.io/kind."
;;
Linux)
start_kubeproxy