Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Failed to get routing manager deployment status: Invalid value of trigger #312

Open
kerriganblade opened this issue Mar 29, 2022 · 0 comments

Comments

@kerriganblade
Copy link

Describe the bug
I am trying to debug my .NET microservice deployed on an AKS cluster with Bridge2K8s via VSCode and get the following error:
2022-03-29_12h51_39

I also tried debugging via Visual Studio but get the same error.

To Reproduce

  • set up bridge2k8s with isolation (mandatory requirement)
  • start debugging with tunneling
  • wait for brige2k8s to start
    • for the case where liveness probes are set -> the envoy pods soon fail because liveness fails
    • for the case where liveness probes are not set -> the envoy pods start
    • i see the ingress created for the isolation option
    • after a few seconds i get an error from bridge2k8s and the pods are cleaned up

Expected behavior
I expected bridge2k8s to finish the setup and the debugging to start.

Logs
bridge-mindarocli-2022-03-29-09-28-39-13244.txt
bridge-endpointmanager-2022-03-29-09-28-49-11424.txt
bridge-library-2022-03-29-09-28-28-1924.txt
bridge-library-2022-03-29-09-28-40-13244.txt
bridge-mindarocli-2022-03-29-09-28-28-1924.txt
bridge-endpointmanagerlauncher-2022-03-29-09-28-49-20672.txt
bridge2k8s-routinglogs.log
2022-03-29_12h51_39
2022-03-29_12h55_31

My tasks.json file:
{ "version": "2.0.0", "tasks": [ { "label": "bridge-to-kubernetes.resource", "type": "bridge-to-kubernetes.resource", "resource": "zzz-identity-webapi", "resourceType": "service", "ports": [ 8080 ], "targetCluster": "aks-bridge2k8s", "targetNamespace": "mynamespace", "useKubernetesServiceEnvironmentVariables": false, "isolateAs": "myuser-d7f5" } ] }

Environment Details
Client used: VSCode
Client's version:
2022-03-29_14h08_16
Operating System:
2022-03-29_14h09_12

Additional context
I tried to setup the sample applications on the same cluster and i could get them working ok. It's only my app that doesn't work properly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant