diff --git a/doc/source/install/prerequisites.rst b/doc/source/install/prerequisites.rst index e17b46a78d..1ba76fa5f1 100644 --- a/doc/source/install/prerequisites.rst +++ b/doc/source/install/prerequisites.rst @@ -153,6 +153,8 @@ IP using annotations): port: 443 EOF + kubectl apply -f /tmp/openstack_endpoint_service.yaml + This service will redirect the traffic to the ingress controller pods (see the ``app: ingress-api`` selector). OpenStack-Helm charts create ``Ingress`` resources which are used by the ingress controller to configure the @@ -236,42 +238,10 @@ that are later used to interface with the Ceph cluster. Here we assume the Ceph cluster is deployed in the ``ceph`` namespace. -The procedure consists of two steps: 1) gather necessary entities from the Ceph cluster -2) copy them to the ``openstack`` namespace: - .. code-block:: bash - tee > /tmp/ceph-adapter-rook-ceph.yaml < /tmp/ceph-adapter-rook-openstack.yaml <