From b1984f4543540c3c82e638ffd12214936ce3f306 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 --- .vscode/settings.json | 5 +++++ ...-install-kubectl-and-helm-clients-directly-on-a-host.rst | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..a48a5e9b3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "restructuredtext.languageServer.disabled": true, + "restructuredtext.preview.sphinx.disabled": true, + "restructuredtext.linter.disabled": true +} \ 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 39b266974..dac823ed2 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 @@ -87,8 +87,8 @@ configuration is required in order to use :command:`helm`. 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 + |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,7 @@ configuration is required in order to use :command:`helm`. --user kubernetes-admin@mycluster --namespace=default % kubectl config use-context kubernetes-admin@mycluster - ``$TOKEN\_DATA`` is the token retrieved in step 1. + ``$TOKEN_DATA`` is the token retrieved in step 1. #. Test remote :command:`kubectl` access.