kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.5k stars 4.89k forks source link

Update macOS mDNS commands for `ingress-dns` #19367

Open aRustyDev opened 3 months ago

aRustyDev commented 3 months ago

What Happened?

the launchctl command has deprecated the load/unload subcommands in favor of enable/disable subcommands. But the ingress-dns docs still reflect the old commands.

Attach the log file

Currently the following appears when running

user@host: sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
Unload failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.

user@host: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
Load failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.

Operating System

macOS (Default)

Driver

None

k8s-triage-robot commented 2 weeks ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale