浏览代码

README: Kubernetes rename

It is simply Kubernetes. Not Google's Kubernetes.
Brandon Philips 8 年之前
父节点
当前提交
96aaedb1fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@
 
 flannel is a virtual network that gives a subnet to each host for use with container runtimes.
 
-Platforms like Google's Kubernetes assume that each container (pod) has a unique, routable IP inside the cluster.
+Platforms like Kubernetes assume that each container (pod) has a unique, routable IP inside the cluster.
 The advantage of this model is that it reduces the complexity of doing port mapping.
 
 ## Theory of Operation