dockerでk3sを立ち上げdashboard起動でのエラー
下記手順でk3sを利用しdashboardを起動しましたが、アクセスしてもエラーが出てしまいます。
dashboardの立ち上げ方はどの様にすれば良いですか?
macOSで試しました。
curl -L "https://raw.githubusercontent.com/rancher/k3s/master/docker-compose.yml" -o docker-compose.yml
docker-compose up -d --scale node=3
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml --kubeconfig kubeconfig.yaml
kubectl proxy --kubeconfig kubeconfig.yaml
access: http://127.0.0.1:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
Browser上に下記エラーが表示されます。
Error: 'dial tcp 10.42.1.3:8443: connect: connection refused'
Trying to reach: 'https://10.42.1.3:8443/'