Giter Site home page Giter Site logo

Comments (7)

nckturner avatar nckturner commented on August 14, 2024

The latest release was modified to run 5 goroutines instead of 1, so it could be possible you're seeing contention between them? Are the objects not being created successfully at all (ignoring the error messages)? I see Created virtual node in your logs.

from aws-app-mesh-controller-for-k8s.

stefanprodan avatar stefanprodan commented on August 14, 2024

@nckturner I had the same problem with Flagger, this is how I solved it https://github.com/weaveworks/flagger/blob/master/pkg/canary/status.go#L70

from aws-app-mesh-controller-for-k8s.

nckturner avatar nckturner commented on August 14, 2024

Thanks @stefanprodan, we should give that a try.

from aws-app-mesh-controller-for-k8s.

fmedery avatar fmedery commented on August 14, 2024

The latest release was modified to run 5 goroutines instead of 1, so it could be possible you're seeing contention between them? Are the objects not being created successfully at all (ignoring the error messages)? I see Created virtual node in your logs.

@nckturner No the objects were not created.

@stefanprodan tx for pointing out the workaround.

from aws-app-mesh-controller-for-k8s.

kiranmeduri avatar kiranmeduri commented on August 14, 2024

Yes, I have seen the contention and corresponding error messages. @stefanprodan your fix should help in this case, but I believe controller code needs some TLC.

@fmedery this contention happens when the status is being updated, however the resources should have been created.

from aws-app-mesh-controller-for-k8s.

kiranmeduri avatar kiranmeduri commented on August 14, 2024

There is a non-backward compatible change in CRD where virtual-router now is required and need to provide a listener. This is the reason for

E0908 19:07:49.287511       1 controller.go:443] error syncing 'appmesh-demo/colorteller.appmesh-demo': error creating virtual router: InvalidParameter: 1 validation error(s) found.

I am working on a fix to allow old behavior that allowed virtual-service without virtual-router spec.

from aws-app-mesh-controller-for-k8s.

nckturner avatar nckturner commented on August 14, 2024

Can this be closed? @kiranmeduri

from aws-app-mesh-controller-for-k8s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.