I'm using Mac Terminal and I'm stuck at the "Verify kubectl configuration", whereas when I run this command --> kubectl cluster-info as the result:-
E0331 23:39:48.601633 27402 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused
E0331 23:39:48.602018 27402 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused
E0331 23:39:48.603144 27402 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused
E0331 23:39:48.604346 27402 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused
E0331 23:39:48.605472 27402 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused
I have tried to re-configured by using this command --> kubectl cluster-info dump - still cannot work. It stated here that I need to install "MiniKube" using Binary Download but have error --> curl: (23) Failed writing body (0 != 16375)
Then I tried downloading using Brew but the error -> Warning: formula.jws.json: update failed, falling back to cached version.
Error: Cannot download non-corrupt https://formulae.brew.sh/api/formula.jws.json!
How to solve this problem? Kindly help me, thank you.