Merge pull request #16681 from spowelljr/fixTypo

Fix typo
pull/16694/head^2
Medya Ghazizadeh 2023-06-13 10:43:49 -07:00 committed by GitHub
commit 54d410586e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ var (
IfDedicatedNetwork = Kind{ID: "IF_DEDICATED_NETWORK", ExitCode: ExLocalNetworkError}
// minikube failed to populate dchpd_leases file due to bootpd being blocked by firewall
IfBootpdFirewall = Kind{
ID: "ID_BOOTPD_FIREWALL",
ID: "IF_BOOTPD_FIREWALL",
ExitCode: ExLocalNetworkError,
Advice: translate.T(`Your firewall is likely blocking bootpd, to unblock it run:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd

View File

@ -370,7 +370,7 @@ minikube failed to access an ssh client on the host machine
"IF_DEDICATED_NETWORK" (Exit code ExLocalNetworkError)
minikube failed to create a dedicated network
"ID_BOOTPD_FIREWALL" (Exit code ExLocalNetworkError)
"IF_BOOTPD_FIREWALL" (Exit code ExLocalNetworkError)
minikube failed to populate dchpd_leases file due to bootpd being blocked by firewall
"INET_CACHE_BINARIES" (Exit code ExInternetError)