Closed ddzubow closed 3 years ago
Thank you for opening this issue, and sorry you're getting it. To help us investigate, would it be possible for you to run with the same kubeconfig / namespace:
BridgeToKubernetes@microsoft.com
?We're looking at the code in parallel on our side to understand this issue.
Adding @pragyamehta for FYI. @danegsta > Given that this field in the configuration modal is optional, would putting any value here (https://bing.com) unblock the customer, or is the logic different when in an error state?
@daniv-msft unfortunately the current logic for enabling the save button would be blocked by the error attempting to retrieve the endpoint URLs
Thank you for opening this issue, and sorry you're getting it. To help us investigate, would it be possible for you to run with the same kubeconfig / namespace:
- kubectl get ingress -o json
- kubectl get services -o json and send us the results at
BridgeToKubernetes@microsoft.com
?We're looking at the code in parallel on our side to understand this issue.
Adding @pragyamehta for FYI. @danegsta > Given that this field in the configuration modal is optional, would putting any value here (https://bing.com) unblock the customer, or is the logic different when in an error state?
I've emailed you the responses to those commands.
Thanks @ddzubow! We're looking into this and will keep you updated in the next hours regarding when to expect a fix.
@daniv-msft I work with Dan. Keep in mind that we have many namespaces. And there are ingresses and services per namespace where ddzubow is a namespace the he is working under. Do you want to see the ingress/services for ddzubow's namespace?
Thanks @irperez! Yes, I just replied to Dan's email on this subject. The ingress/services for the namespace "ddzubow" is indeed what we're looking for.
We replied by email to @ddzubow and @irperez, but providing more information here in case anyone else encounters this issue: this error is due to us not handling properly Ingress rules without a path
field.
We're going to release a fix for this next week.
As a workaround, you can define "path": "/"
for your Ingress rules without path.
@daniv-msft the work around worked. Thanks!
Thanks @irperez and @ddzubow! As discussed by email, we released early last week the Visual Studio update containing this fix. I'm closing this issue, but please let us know if you encounter any other problems. Thanks again for reporting this bug!
I am unable to complete the profile in order to start Bridge for Kubernetes. I get an object reference error on the application URL dropdown.
If I attempt to manually put in the URL. It doesn't seem to recognize it, as the 'OK' button does not become active.
I've attached the logs related to the issue. bridge-library-2021-01-22-19-39-39-38704.txt bridge-mindarocli-2021-01-22-19-39-38-38704.txt
This is a critical blocking bug that is preventing me from working.