cnrancher / kube-explorer

A portable explorer for Kubernetes, without any dependency.
Apache License 2.0
215 stars 26 forks source link

Can not start on MacOS 12 #31

Closed codering closed 1 year ago

codering commented 1 year ago

system : macos 12.2.1 (Intel)

❯ ./kube-explorer-darwin-amd64 -v
kube-explorer version v0.3.0 (f898c55)
❯ ./kube-explorer-darwin-amd64 --http-listen-port=9898 --https-listen-port=0

it hangs up and no logs

codering commented 1 year ago

fix by add '--insecure-skip-tls-verify'