Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 101 forks source link

the server is currently unable to handle the request (delete servicebindings.servicecatalog.k8s.io XXXXXX) #692

Open cforce opened 5 years ago

cforce commented 5 years ago

Issues when binding posgresql10 database using helm after sucessfully provisioned.

helm upgrade --namespace dev --install --set image.tag=latest,image.repository=XXXXXX,image.registry=XXXXXX.azurecr.io,spring.profiles.active=dev,serviceinstance.resourceGroup=XXXX-rg,serviceinstance.location=northeurope,serviceinstance.subnetId='/subscriptions/***/resourceGroups/XXXXXXXX-rg/providers/Microsoft.Network/virtualNetworks/XXXXXXXXXX-vnet/subnets/XXXXXXXXXXXXX-application' --wait XXXXXXXXX-db /home/vsts/work/r1/a/Source/helm/database 2019-04-11T21:49:05.9707849Z Release "XXXXXXXXXXXX-db" has been upgraded. Happy Helming! 2019-04-11T21:49:05.9708649Z LAST DEPLOYED: Thu Apr 11 21:49:01 2019 2019-04-11T21:49:05.9709108Z NAMESPACE: dev 2019-04-11T21:49:05.9710263Z STATUS: DEPLOYED 2019-04-11T21:49:05.9710439Z 2019-04-11T21:49:05.9710684Z RESOURCES: 2019-04-11T21:49:05.9712114Z ==> MISSING 2019-04-11T21:49:05.9712554Z KIND NAME 2019-04-11T21:49:05.9714392Z servicecatalog.k8s.io/v1beta1, Resource=serviceinstances XXXXXXXXXX

helm upgrade --namespace dev --install --recreate-pods --force --set image.tag=latest,image.repository=XXXXXXXXXXXXXX,image.registry=eceneubdevdataproc.azurecr.io,spring.profiles.active=dev,serviceinstance.resourceGroup=XXXXXXXXXXXXXX-rg,serviceinstance.location=northeurope --wait --debug XXXXXXXXXXXXXX /home/vsts/work/r1/a/Source/helm/app 2019-04-11T21:49:09.4092911Z [debug] Created tunnel using local port: '33319' 2019-04-11T21:49:09.4093755Z 2019-04-11T21:49:09.4093981Z [debug] SERVER: "127.0.0.1:33319" 2019-04-11T21:49:09.4094213Z 2019-04-11T21:49:09.4094405Z UPGRADE FAILED 2019-04-11T21:49:09.4094584Z ROLLING BACK 2019-04-11T21:49:09.4095204Z Error: Upgrade --force successfully deleted the previous release, but encountered 1 error(s) and cannot continue: the server is currently unable to handle the request (delete servicebindings.servicecatalog.k8s.io XXXXXXXXXXXXXX.dev.db) 2019-04-11T21:49:09.4098467Z Error: UPGRADE FAILED: Upgrade --force successfully deleted the previous release, but encountered 1 error(s) and cannot continue: the server is currently unable to handle the request (delete servicebindings.servicecatalog.k8s.io XXXXXXXXXXXXXX.dev.db) 2019-04-11T21:49:09.4207815Z ##[error]Error: UPGRADE FAILED: Upgrade --force successfully deleted the previous release, but encountered 1 error(s) and cannot continue: the server is currently unable to handle the request (delete servicebindings.servicecatalog.k8s.io XXXXXXXXXXXXXX.dev.db)