Windows
下载
wget https://dl.k8s.io/v1.15.0/kubernetes-node-windows-amd64.tar.gzgo get -u k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
# Build the kubelet
KUBE_BUILD_PLATFORMS=windows/amd64 make WHAT=cmd/kubelet
# Build the kube-proxy
KUBE_BUILD_PLATFORMS=windows/amd64 make WHAT=cmd/kube-proxy
# You will find the output binaries under the folder _output/local/bin/windows/网络插件
L3 路由拓扑

OVS 网络拓扑

部署
kubeadm
Azure
手动部署
运行 Windows 容器
已知问题
Secrets 和 ConfigMaps 只能以环境变量的方式使用
Volume 支持情况
镜像版本匹配问题
设置 CPU 和内存
Hyper-V 容器
其他已知问题
附录:Docker EE 安装方法
参考文档
最后更新于