Skip to content

Commit 4e44962

Browse files
electrocucarachawaipeng
authored andcommitted
Update Quickstart guide to use OS client
The quickstart guide was using the magnum CLI to perform some operations with certificates. This change propose to use OpenStack CLI instructions. Change-Id: I209f44ab3590d6c469c526875df6b53389babd4c
1 parent ea302ba commit 4e44962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/contributor/quickstart.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,11 @@ the CSR.::
476476
-key client.key \
477477
-out client.csr
478478

479-
Now that you have your client CSR, you can use the Magnum CLI to send it off
479+
Now that you have your client CSR, you can use the OpenStack CLI to send it off
480480
to Magnum to get it signed and also download the signing cert.::
481481

482-
magnum ca-sign --cluster k8s-cluster --csr client.csr > client.crt
483-
magnum ca-show --cluster k8s-cluster > ca.crt
482+
openstack coe ca sign k8s-cluster client.csr > client.crt
483+
openstack coe ca show k8s-cluster > ca.crt
484484

485485
Here's how to set up the replicated redis example. Now we create a pod for the
486486
redis-master::

0 commit comments

Comments
 (0)