Merge "Fix errors in the proc. to config. HTTPS and use remote CLI with it"
This commit is contained in:
@@ -166,6 +166,7 @@ CLIs and Clients for an admin user with cluster-admin clusterrole.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
~(keystone_admin)]$ touch ${OUTPUT_FILE}
|
||||||
~(keystone_admin)]$ sudo chown sysadmin:sys_protected ${OUTPUT_FILE}
|
~(keystone_admin)]$ sudo chown sysadmin:sys_protected ${OUTPUT_FILE}
|
||||||
sudo chmod 644 ${OUTPUT_FILE}
|
sudo chmod 644 ${OUTPUT_FILE}
|
||||||
|
|
||||||
@@ -255,7 +256,7 @@ CLIs and Clients for an admin user with cluster-admin clusterrole.
|
|||||||
|
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
$ ./configure_client.sh -t platform -r admin_openrc.sh -k admin-kubeconfig -w HOME/remote_cli_wd -p |registry-url|/starlingx/stx-platformclients:stx.8.0-v1.5.9
|
$ ./configure_client.sh -t platform -r admin-openrc.sh -k admin-kubeconfig -w HOME/remote_cli_wd -p |registry-url|/starlingx/stx-platformclients:stx.8.0-v1.5.9
|
||||||
|
|
||||||
If you specify repositories that require authentication, as shown
|
If you specify repositories that require authentication, as shown
|
||||||
above, you must first perform a :command:`docker login` to that
|
above, you must first perform a :command:`docker login` to that
|
||||||
|
@@ -99,7 +99,7 @@ certificates.
|
|||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
~(keystone_admin)]$ kubectl get secret <secretname> -n <namespacename> -o=jsonpath='{.data.ca\.crt}' | base64 --decode > <pemfilename>
|
~(keystone_admin)]$ kubectl get secret <secretname> -n <namespacename> -o=jsonpath='{.data.tls\.crt}' | base64 --decode > <pemfilename>
|
||||||
|
|
||||||
Create a local Intermediate CA
|
Create a local Intermediate CA
|
||||||
------------------------------
|
------------------------------
|
||||||
|
Reference in New Issue
Block a user