소스 검색

Merge pull request #22 from eyakubovich/master

Spell out Kubernetes in README.md
Eugene Yakubovich 10 년 전
부모
커밋
d156fc8e2f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,9 +1,9 @@
 # Rudder
 
 Rudder is an overlay network that gives a subnet to each machine for use with
-k8s.
+Kubernetes.
 
-In k8s every machine in the cluster is assigned a full subnet. The machine A
+In Kubernetes every machine in the cluster is assigned a full subnet. The machine A
 and B might have 10.0.1.0/24 and 10.0.2.0/24 respectively. The advantage of
 this model is that it reduces the complexity of doing port mapping. The
 disadvantage is that the only cloud provider that can do this is GCE.