cyberark / kubernetes-conjur-deploy

Scripts for deploying DAP followers to Kubernetes and OpenShift given an existing DAP master cluster
Apache License 2.0
14 stars 15 forks source link

conjur-appliance:5.0-stable has upgraded to PostgreSQL 9.4 #14

Open infamousjoeg opened 6 years ago

infamousjoeg commented 6 years ago

This is causing issues when trying to copy master database to PVC. All version references through out scripts are 9.3 and may need to be adjusted to 9.4 depending on Conjur Appliance version.

image

infamousjoeg commented 6 years ago

This also causes evoke configure master to fail during 5_configure_master.sh

dustinmm80 commented 6 years ago

We're going to go a different route for v5. PVC for v5 is not supported with these bash scripts. We are doing work on the v5 appliance that will allow us to run it much more easily in K8S, deprecating most of this repo. Stay tuned.