Skip to content

Commit

Permalink
[EDP-DDM-00000] Fixed inaccuracies in aws deployment instruction
Browse files Browse the repository at this point in the history
Change-Id: Ic894fb43dad2a0a70da43324ac2e1fef58f0cd82
  • Loading branch information
Olesia Ivanenko committed Nov 11, 2024
1 parent 3f04e3b commit 3b3d843
Showing 1 changed file with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -911,12 +911,6 @@ $ unzip mdtu-ddm-platform-(version).zip -d ./installer-<VERSION>
$ cp ~/openshift-cluster/cluster-state/auth/kubeconfig ./installer-<VERSION>
----

. Перенесіть *_kubeconfig_* від встановленого кластера.
+
----
$ cp ~/openshift-cluster/cluster-state/auth/kubeconfig ./installer-<VERSION>
----

. Перенесіть сертифікати та допоміжні файли сервісу `digital-signature-ops` в директорію *_certificates_* та увійдіть до директорії з Інсталером.
+
[source,bash]
Expand Down Expand Up @@ -964,8 +958,8 @@ $ sudo docker run --rm \
--net host \
-v $(pwd):/tmp/installer \
--env KUBECONFIG=/tmp/installer/kubeconfig \
--env idgovuaClientId=f90ab33dc272f047dc330c88e5663b75 \
--env idgovuaClientSecret=cba49c104faac8c718e6daf3253bc55f2bf11d9e \
--env idgovuaClientId=mock \
--env idgovuaClientSecret=mock \
--env CUSTOM_INGRESS_CIDRS='["0.0.0.0/0", "85.223.209.0/24"]' \
--env deploymentMode=<DEPLOYMENT_MODE> \
--entrypoint "/bin/sh" control-plane-installer:<VERSION> \
Expand Down Expand Up @@ -1050,12 +1044,6 @@ $ unzip mdtu-ddm-platform-(version).zip -d ./installer-<VERSION>
$ cp ~/openshift-cluster/cluster-state/auth/kubeconfig ./installer-<VERSION>
----

. Перенесіть *_kubeconfig_* від встановленого кластера.
+
----
$ cp ~/openshift-cluster/cluster-state/auth/kubeconfig ./installer-<VERSION>
----

. Перенесіть сертифікати та допоміжні файли сервісу `digital-signature-ops` в директорію *_certificates_* та увійдіть до директорії з Інсталером.
+
[source,bash]
Expand Down Expand Up @@ -1282,8 +1270,8 @@ $ sudo docker run -it --rm \
--net host \
-v $(pwd):/tmp/installer \
--env KUBECONFIG=/tmp/installer/kubeconfig \
--env idgovuaClientId=f90ab33dc272f047dc330c88e5663b75 \
--env idgovuaClientSecret=cba49c104faac8c718e6daf3253bc55f2bf11d9e \
--env idgovuaClientId=mock \
--env idgovuaClientSecret=mock \
--env deploymentMode=<DEPLOYMENT_MODE> control-plane-installer:<VERSION> bash
----

Expand Down

0 comments on commit 3b3d843

Please sign in to comment.