摘要:@ECHO OFF ::定于初始变量SET python_home=C:\Python27SET python_exe=%python_home%\python.exe ::判断python是否安装if exist %python_exe% ( echo file %python_exe% is e
阅读全文
摘要:转发地址:http://www.jintiankansha.me/t/Js1R84GGAl DNS 是 Kubernetes 的核心功能之一,Kubernetes 通过 kube-dns 或 CoreDNS 作为集群的必备扩展来提供命名服务,通过 DNS 扩展,每一个 Service 都会产生一个独
阅读全文