commit
54d410586e
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue