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
This commit is contained in:
Victor Morales 2024-06-16 16:57:24 -07:00 committed by Jake Yip
parent ea302babcb
commit 4e4496228c

View File

@ -476,11 +476,11 @@ the CSR.::
-key client.key \
-out client.csr
Now that you have your client CSR, you can use the Magnum CLI to send it off
Now that you have your client CSR, you can use the OpenStack CLI to send it off
to Magnum to get it signed and also download the signing cert.::
magnum ca-sign --cluster k8s-cluster --csr client.csr > client.crt
magnum ca-show --cluster k8s-cluster > ca.crt
openstack coe ca sign k8s-cluster client.csr > client.crt
openstack coe ca show k8s-cluster > ca.crt
Here's how to set up the replicated redis example. Now we create a pod for the
redis-master::