diff --git a/specs/kubernetes-deployment.rst b/specs/kubernetes-deployment.rst index 37cfc759ff..d5204f223c 100644 --- a/specs/kubernetes-deployment.rst +++ b/specs/kubernetes-deployment.rst @@ -10,7 +10,7 @@ pid=host, and --privileged features in docker. Since then, it has developed these features [1]. The objective is to manage the lifecycle of containerized OpenStack services by -using Kubernetes container managment tools in order to obtain the self-healing +using Kubernetes container management tools in order to obtain the self-healing and upgrade capabilities inherent in Kubernetes. Problem description @@ -86,7 +86,7 @@ the bootstrap tasks are reused to upgrade the database. This will allow deployment and upgrades to follow the same pipeline. The Kolla containers will communicate with the Kubernetes API server to in order -to be self aware of if any bootstrapping processes are occuring. +to be self aware of if any bootstrapping processes are occurring. Alternative bootstrap approaches: @@ -246,7 +246,7 @@ kibana as the default logging mechanism. The community will implement centralized logging by using a 'side car' container in the Kubernetes pod [17]. The logging service will trace the logs from the shared volume of the running serivce and send the data to elastic search. This -solution is ideal because volumes are shared amoung the containers in a pod. +solution is ideal because volumes are shared among the containers in a pod. Implementation ============== diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index dffcb69f91..595a249568 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -45,7 +45,7 @@ EOF sed -i 's|^#namespace.*|namespace = lokolla|' /etc/kolla/kolla-build.conf if [[ "${DISTRO}" == "Debian" ]]; then - # Infra does not sign thier mirrors so we ignore gpg signing in the gate + # Infra does not sign their mirrors so we ignore gpg signing in the gate echo "RUN echo 'APT::Get::AllowUnauthenticated \"true\";' > /etc/apt/apt.conf" | sudo tee -a /etc/kolla/header # Optimize the repos to take advantage of the Infra provided mirrors for Ubuntu