From b26aa819fa47cb8961a6039f059dba82b974f42e Mon Sep 17 00:00:00 2001 From: Adil Date: Tue, 1 Jun 2021 12:34:45 -0300 Subject: [PATCH] Protocols update and renaming Renamed admin-user to kubernetes-admin in examples Changed 'SystemController' to System Controller' Updated protocol and added new one 31090-31099 Acted on Mary's comments https://review.opendev.org/c/starlingx/docs/+/791816 Story: TBD Task: TBD Signed-off-by: Adil Change-Id: I5319dfc04033c2748c60038a9bff428ef6f98c98 (cherry picked from commit b1984f4543540c3c82e638ffd12214936ce3f306) --- .vscode/settings.json | 11 ----------- ...ll-kubectl-and-helm-clients-directly-on-a-host.rst | 10 ++++++---- 2 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a6ad15aad..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -{ -<<<<<<< HEAD (833046 Merge "Add publish date to HTML output" into r/stx.5.0) - "restructuredtext.languageServer.disabled": true, - "restructuredtext.preview.sphinx.disabled": true, - "restructuredtext.linter.disabled": true -======= - "restructuredtext.linter.disabled": true, - "restructuredtext.preview.sphinx.disabled": true, - "restructuredtext.languageServer.disabled": true ->>>>>>> CHANGE (569fd3 New content for Metrics Server tutorials (user and admin)) -} \ No newline at end of file diff --git a/doc/source/security/kubernetes/security-install-kubectl-and-helm-clients-directly-on-a-host.rst b/doc/source/security/kubernetes/security-install-kubectl-and-helm-clients-directly-on-a-host.rst index 0eb5e0939..360c87a81 100644 --- a/doc/source/security/kubernetes/security-install-kubectl-and-helm-clients-directly-on-a-host.rst +++ b/doc/source/security/kubernetes/security-install-kubectl-and-helm-clients-directly-on-a-host.rst @@ -86,9 +86,9 @@ configuration is required in order to use :command:`helm`. .. note:: In order for your remote host to trust the certificate used by the |prod-long| K8S API, you must ensure that the - **k8s\_root\_ca\_cert** specified at install time is a trusted - CA certificate by your host. Follow the instructions for adding - a trusted CA certificate for the operating system distribution + ``k8s\_root\_ca\_cert`` specified at install time is a trusted + |CA| certificate by your host. Follow the instructions for adding + a trusted |CA| certificate for the operating system distribution of your particular host. If you did not specify a **k8s\_root\_ca\_cert** at install @@ -109,7 +109,9 @@ configuration is required in order to use :command:`helm`. --user admin-user@mycluster --namespace=default % kubectl config use-context admin-user@mycluster - <$TOKEN\_DATA> is the token retrieved in step 1. + + ``$TOKEN_DATA`` is the token retrieved in step 1. + #. Test remote :command:`kubectl` access.