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
I fixed most issues with Minikube v1.29.0 in #74, but I wrongly assume network issues would be caught by Minikube's own verification. Pods cannot communicate over the network, I identified it as a problem with iptables and opened a PR upstream: kubernetes/minikube#16143
If it cannot be fixed upstream, we could use jq like so (or JS directly):
Opening the issue here for visibility.
I fixed most issues with Minikube v1.29.0 in #74, but I wrongly assume network issues would be caught by Minikube's own verification. Pods cannot communicate over the network, I identified it as a problem with
iptables
and opened a PR upstream: kubernetes/minikube#16143If it cannot be fixed upstream, we could use
jq
like so (or JS directly):The text was updated successfully, but these errors were encountered: