diff options
author | xuran <xuranyjy@chinamobile.com> | 2019-06-26 15:25:33 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-06-26 07:48:38 +0000 |
commit | af979cd7eb90c47b8376c856ac221a8fb38489c3 (patch) | |
tree | b90a53cb46a79561fc2be3db28570cb57e905e88 /docs/platform/installation | |
parent | ab744bd0cdf9f893bc775f8eb7159e2df2f77996 (diff) |
bug: fix some docs bugs
Change-Id: I8896a246bcd1d6c783220442ca9d26742b1d41ba
Issue-ID: USECASEUI-278
Signed-off-by: xuran <xuranyjy@chinamobile.com>
Diffstat (limited to 'docs/platform/installation')
-rw-r--r-- | docs/platform/installation/installation/uui-over-oom.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/platform/installation/installation/uui-over-oom.rst b/docs/platform/installation/installation/uui-over-oom.rst index ea87d3e8..dcf6bce5 100644 --- a/docs/platform/installation/installation/uui-over-oom.rst +++ b/docs/platform/installation/installation/uui-over-oom.rst @@ -58,16 +58,18 @@ Before you replace the file to the running pod,you need to close the pod livenes Basic operation of kubernests cluster(Take the namespace of onap in linux client as an example) * Check the cluster node + :: kubectl get node - + * Check cluster namespace -:: - + +:: kubectl get ns - + * View the pod information and the pod on which the node is located, under the namespace specified (for example, namespace on onap) + :: kubectl get pod -o wide |