terraform-ibm-modules/terraform-ibm-mas

manage solution is hitting ephemeral-storage issues

Closed this issue · 1 comments

when deploying the "manage" solution, pods are failing to come up due to this:

Warning Evicted 87m kubelet The node was low on resource: ephemeral-storage. Threshold quantity: 5227901005, available: 5003656Ki.

% oc get pods -n mas-inst1-manage -o wide   
NAME                                                     READY   STATUS                   RESTARTS   AGE    IP              NODE         NOMINATED NODE   READINESS GATES
admin-build-config-1-build                               0/1     ContainerStatusUnknown   1          128m   172.17.9.49     10.60.10.4   <none>           <none>
admin-build-config-2-build                               0/1     Error                    0          102m   172.17.28.189   10.40.10.4   <none>           <none>
admin-build-config-3-build                               0/1     ContainerStatusUnknown   1          86m    172.17.28.185   10.40.10.4   <none>           <none>
admin-build-config-4-build                               0/1     ContainerStatusUnknown   1          70m    172.17.9.26     10.60.10.4   <none>           <none>
ibm-mas-imagestitching-operator-666b74df7b-xrq4h         1/1     Running                  0          134m   172.17.28.184   10.40.10.4   <none>           <none>
ibm-mas-manage-operator-849bf49bf9-z8qld                 2/2     Running                  0          139m   172.17.9.37     10.60.10.4   <none>           <none>
ibm-truststore-mgr-controller-manager-84b46c8448-xfcdg   1/1     Running                  0          139m   172.17.33.126   10.50.10.4   <none>           <none>
inst1-entitymgr-appstatus-c58895688-6dsns                1/1     Running                  0          135m   172.17.28.163   10.40.10.4   <none>           <none>
inst1-entitymgr-bdi-5f96cc465d-whlc9                     1/1     Running                  0          135m   172.17.28.148   10.40.10.4   <none>           <none>
inst1-entitymgr-primary-entity-dcc948cc8-wzjcq           1/1     Running                  0          138m   172.17.28.146   10.40.10.4   <none>           <none>
inst1-entitymgr-ws-78846855bf-gh98h                      1/1     Running                  0          135m   172.17.9.41     10.60.10.4   <none>           <none>
inst1-groupsyncagent-678d8d5859-pq4f7                    1/1     Running                  0          135m   172.17.9.39     10.60.10.4   <none>           <none>
inst1-healthext-entitymgr-ws-697b48f675-hz9wg            1/1     Running                  0          135m   172.17.9.42     10.60.10.4   <none>           <none>
inst1-monitoragent-5bb9d6745-kjwsh                       1/1     Running                  0          128m   172.17.28.165   10.40.10.4   <none>           <none>
inst1-usersyncagent-6c9859754c-9zfw4                     1/1     Running                  0          135m   172.17.9.40     10.60.10.4   <none>           <none>
inst1-wrkid1-truststore-worker-r29xh                     0/1     Completed                0          130m   172.17.9.47     10.60.10.4   <none>           <none>

Fixed with #144