Fix the version number which include ipvs feture.

This commit is contained in:
William Zhang
2017-12-30 15:52:34 +08:00
parent fbd0ce69b7
commit 39254aa52d
+1 -1
View File
@@ -154,7 +154,7 @@ than `ExternalName`.
In Kubernetes v1.0, `Services` are a "layer 4" (TCP/UDP over IP) construct, the In Kubernetes v1.0, `Services` are a "layer 4" (TCP/UDP over IP) construct, the
proxy was purely in userspace. In Kubernetes v1.1, the `Ingress` API was added proxy was purely in userspace. In Kubernetes v1.1, the `Ingress` API was added
(beta) to represent "layer 7"(HTTP) services, iptables proxy was added too, (beta) to represent "layer 7"(HTTP) services, iptables proxy was added too,
and become the default operating mode since Kubernetes v1.2. In Kubernetes v1.9-alpha, and become the default operating mode since Kubernetes v1.2. In Kubernetes v1.8-beta,
ipvs proxy was added. ipvs proxy was added.
### Proxy-mode: userspace ### Proxy-mode: userspace