powershell设置代理
$Env:http_proxy="<http://127.0.0.1:7890>";
$Env:https_proxy="<http://127.0.0.1:7890>";
下载
curl.exe -Lo kind-windows-amd64.exe <https://kind.sigs.k8s.io/dl/v0.11.1/kind-windows-amd64>
迁移_powershell打开就在windows32下
move .\\kind-windows-amd64.exe C:\\Windows\\System32\\
可以创建path或者 .\\kind-windows-amd64.exe create cluster --name my-cluster 这样执行命令
brew install kind
kind create cluster