Issues: * -PVs don't support RWX access mode -> possible workaround is to change PVC configuration in APBs to RWO (already done in [keycloak-apb|https://github.com/aerogearcatalog/keycloak-apb/blob/b1efe7e5cf363b8de28b83558ebe50b37ca469de/roles/provision-keycloak-apb/tasks/provision-postgres.yml#L42], [metrics-apb|https://github.com/aerogearcatalog/metrics-apb/blob/master/roles/provision-metrics-apb/tasks/provision-app-metrics.yml#L9] and we're going to make the change in [datasync-apb|https://github.com/aerogearcatalog/data-sync-apb/pull/20]). This shouldn't limit us until we decide to support scaling of DBs- * [oauth proxy does not work|https://gist.github.com/psturc/3568437bf1e1abe6a545e9ca74147d7e] - user is getting 500 when trying to access applications protected by oauth proxy. Affects Metrics-APB, UnifiedPush-APB and Data-Sync-APB * found another problem when using {{oc exec}} command. The issue is described also with the solution here: https://access.redhat.com/solutions/3149531 |
|