diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 15:42:34 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 15:43:17 +0100 |
commit | 4f4f9ff6eeb3f1b6967cc44ad0639a22cb4b6342 (patch) | |
tree | 17ccfa2512094b4be3876c2d28c8daa1a6ae06f6 /docs | |
parent | f9727258f22aead0832ec1adfef62bb9d83a5d15 (diff) |
fix typos
Change-Id: Ibddae18efbaa4dc92b97a4d48a4f9b6f305f87af
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oom_user_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index f20097d927..db410a69aa 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -63,7 +63,7 @@ Enter the following to install kubectl (on Ubuntu, there are slight differences > sudo mv ./kubectl /usr/local/bin/kubectl > mkdir ~/.kube -Paste kubectl config from Rancher (see the :ref:`cloud-setup-guide-label` for alternative Kubenetes environment setups) into the `~/.kube/config` file. +Paste kubectl config from Rancher (see the :ref:`cloud-setup-guide-label` for alternative Kubernetes environment setups) into the `~/.kube/config` file. Verify that the Kubernetes config is correct:: @@ -423,7 +423,7 @@ Monitor All highly available systems include at least one facility to monitor the health of components within the system. Such health monitors are often used as inputs to distributed coordination systems (such as etcd, zookeeper, or consul) -and monitoring systems (such as nagios or zabbix). OOM provides two mechanims +and monitoring systems (such as nagios or zabbix). OOM provides two mechanisms to monitor the real-time health of an ONAP deployment: - a Consul GUI for a human operator or downstream monitoring systems and |