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 <mohamed.adilassakkali@windriver.com> Change-Id: I5319dfc04033c2748c60038a9bff428ef6f98c98
This commit is contained in:
parent
cc86e8cf51
commit
b1984f4543
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"restructuredtext.languageServer.disabled": true,
|
||||
"restructuredtext.preview.sphinx.disabled": true,
|
||||
"restructuredtext.linter.disabled": true
|
||||
}
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user