kyma-project / addons

Helm Broker AddOns
Apache License 2.0
3 stars 34 forks source link

gcp-service-broker not compatible with k8s 1.16 #134

Closed a-thaler closed 4 years ago

a-thaler commented 4 years ago

Description The gcp-service-broker with the "default" plan is using a bundled mysql. The sub-chart provided as zip file is based on the outdated Deployment apiGroup and with that a deployment fails on k8s 1.16.

Please update the chart to the latest apiGroup. I think inflating the zip file in the source code will also be beneficial as a search for outdated terms will have matches.

Expected result

Actual result

Steps to reproduce Instantiate the broker with the "default" plan on kyma.10 with k8s 1.16 underneath

Troubleshooting

mszostok commented 4 years ago

check also why icon is missing: image

polskikiel commented 4 years ago

I couldn't test it e2e on kyma console due to this issue: https://github.com/kyma-project/console/issues/1626