modify some misspellings in doc

Change-Id: Ib03dac2b098180dc01910a7039eccaaeeea7060d
This commit is contained in:
liangcui 2017-08-23 16:43:28 +08:00
parent 6adb27e89c
commit f1f19d6124
5 changed files with 7 additions and 7 deletions

View File

@ -56,7 +56,7 @@ Design Principles
should rely on existing communication channels, currently added to the pod
metadata via annotations.
4. CNI Driver should not depend on Neutron. It gets all required details
from K8s API server (currenltly through K8s annotations), therefore
from K8s API server (currently through K8s annotations), therefore
depending on Controller to perform its translation tasks.
5. Allow different neutron backends to bind K8s pods without code modification.
This means that both Controller and CNI binding mechanism should allow
@ -120,7 +120,7 @@ case of the ResourceNotReady exception till it succeeds or the number of
retries (time-based) is reached. Any unrecovered failure is logged without
affecting other Handlers (of the current and other events).
Events of the same group (same K8s object) are handled sequentially in the
order arrival. Events of different K8s objects are handled concurenlty.
order arrival. Events of different K8s objects are handled concurrently.
.. image:: ../..//images/controller_pipeline.png
:alt: controller pipeline

View File

@ -63,7 +63,7 @@ Kubernetes load balancers and their members:
will have gone through the router to reach the service.
* Layer3: Octavia only creates the VIP port. The traffic from the service VIP to
the members will go back to the router to reach the pod subnet. It is
important to note that will have some performance impact depending on the SDN.
important to note that it will have some performance impact depending on the SDN.
At the moment Kuryr-Kubernetes supports only L3 mode (both for Octavia and for
the deprecated Neutron-LBaaSv2.
@ -126,7 +126,7 @@ Link the CNI binary to CNI directory, where kubelet would find it::
$ ln -s $(which kuryr-cni) /opt/cni/bin/
Create the CNI config file for kuryr-cni: ``/etc/cni/net.d/10-kuryr.conf``.
Kubelet would only use the lexicographically first file in that direcotory, so
Kubelet would only use the lexicographically first file in that directory, so
make sure that it is kuryr's config file::
{

View File

@ -14,7 +14,7 @@ And for the nested (VLAN+Trunk) case::
vif_pool_driver = nested
On the other hand, there are a few extra (optional) configuration options
regarding the maximum and minimun desired sizes of the pools, where the
regarding the maximum and minimum desired sizes of the pools, where the
maximum size can be disabled by setting it to 0::
[vif_pool]

View File

@ -483,7 +483,7 @@ of doing the following:
#. Configure Kubernetes API server to use only a subset of the addresses for
services, **10.0.0.0/18**. The rest will be used for pods. To configure
Kubernetes with this CIDR range you have to add the following parameter to
its command line invokation::
its command line invocation::
--service-cluster-ip-range=10.0.0.0/18

View File

@ -5,7 +5,7 @@ Kuryr Kubernetes OpenContrail Integration
https://blueprints.launchpad.net/kuryr-kubernetes/+spec/kuryr-k8s-contrail-integration
This spec proposes how to integrate OpenContrail with Kuryr-Kubernetes.
OpenContrail is an open source project that provides network virtuaization
OpenContrail is an open source project that provides network virtualization
functionality to OpenStack. Integrating these will allow Kuryr to be used to
bridge container-VM networking in a Contrail-based OpenStack deployment.