SUSE / caasp-services

Layered Services on the SUSE Container-as-a-Service Platform
Apache License 2.0
25 stars 30 forks source link

CloudSql Install option #22

Closed Nick-Harvey closed 6 years ago

Nick-Harvey commented 6 years ago

I know this is a lot to ask, but I've been trying to configure this to use a cloudsql server instead of the packaged mariadb option and I can't seem to get it to work. Any chance someone can point me in the right direction?

Google CloudSql recommends a proxy connection via the following docs https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine

And that's where I'm having trouble. Getting Portus to listen on localhost, with the proxy container running in parallel doesn't seem to work.

Also, if you try to install this unchanged (ie with the packaged mariadb) you get the following error:

Error: found in requirements.yaml, but missing in charts/ directory: mariadb
Nick-Harvey commented 6 years ago

Nevermind, it was user error