Skip to content

All images up, ready for develop

Fotis Georgatos requested to merge all_images_up into develop

This PR has the interventions needed to allow largely automated deployments under k8s.

Progress: reverting to v1.18 for kompose solves some of the problems (but not the automated image push)

Last status: as of 22/9/2020 all images are up, as expected:

NAME                                          READY   STATUS    RESTARTS   AGE     IP           NODE        NOMINATED NODE   READINES
accesscontrol-pdp-796b5f5954-gp5cv            1/1     Running   0          3d15h   10.42.0.69   sdc-node1   <none>           <none>
accesscontrol-pip-8564b957c4-n4zth            1/1     Running   0          3d15h   10.42.0.70   sdc-node1   <none>           <none>
cme-consent-cmdhandler-64444c4cf6-7k4vr       1/1     Running   0          3d15h   10.42.0.71   sdc-node1   <none>           <none>
cme-consent-endpoint-6d75cfc5b-xmxbf          1/1     Running   0          3d15h   10.42.0.72   sdc-node1   <none>           <none>
cme-signing-cmdhandler-7899b8c9d6-4m66j       1/1     Running   0          3d15h   10.42.0.73   sdc-node1   <none>           <none>
cme-signing-endpoint-7db6984755-8j6kj         1/1     Running   0          3d15h   10.42.0.74   sdc-node1   <none>           <none>
command-webservice-795666dcf8-j68f7           1/1     Running   0          3d15h   10.42.0.77   sdc-node1   <none>           <none>
platform-mongodb27017-6fb7f85567-gdn7b        1/1     Running   0          3d15h   10.42.0.75   sdc-node1   <none>           <none>
platform-mongodb27018-5f8845448c-8nvgx        1/1     Running   0          3d15h   10.42.0.78   sdc-node1   <none>           <none>
platform-pulsar6650-764f94869f-v2spv          1/1     Running   0          3d15h   10.42.0.76   sdc-node1   <none>           <none>
platform-pulsar6651-65cbbb645f-72jj5          1/1     Running   0          3d15h   10.42.0.79   sdc-node1   <none>           <none>
read-webservice-758dd8b87d-phdxj              1/1     Running   0          3d15h   10.42.0.80   sdc-node1   <none>           <none>
reader-b5cc4d449-frnpm                        1/1     Running   2          3d15h   10.42.0.81   sdc-node1   <none>           <none>
submissions-commandhandler-8677bf8c55-zmbk6   1/1     Running   2          3d15h   10.42.0.82   sdc-node1   <none>           <none>

The deployment worked on FG's macbook via the following incantation:

  • time make deploy_top BASE_DECODE="base64 -D" KOMPOSE=kompose NAMESPACE=play2
Edited by Fotis Georgatos

Merge request reports