aws-app-mesh-controller-for-k8s
aws-app-mesh-controller-for-k8s copied to clipboard
Bug: helm chart with app mesh
SECURITY NOTICE: If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.
Summary What are you observing that doesn't seem right?
I did all the virtual node + service configuration for the helm, but it is not available and presents error in replicaset with the following message: Warning FailedCreate 14m (x34 over 21h) replicaset-controller Error creating: admission webhook "mpod.appmesh.k8s.aws" denied the request: sidecarInject enabled but no matching VirtualNode or VirtualGateway found
Steps to Reproduce What are the steps you can take to reproduce this issue?
the steps I've done are: applied the aws mesh application in the namespace, was made the configuration of virtualnode + service, and then the installation of the helm chart
Are you currently working around this issue? How are you currently solving this problem?
i'm trying to solve the match that the message sugera in the message with the virtualnode

@lcostamanha Could you check if there is either VirtualNode or VirtualGateway resource successfully created ?
@lcostamanha any updates ?
@lcostamanha any updates ?
I'm sorry I didn't see your answer so the delay.
VirtualNode and VirtualService are successfully created, in this case of this application I would not need to use VirtualGateway anyway i am obliged to create it?
@cgchinmay any updates?
@lcostamanha Could you share the steps you followed to install the controller or links to any examples that you are following. To be able to debug, could you try this walkthrough : https://github.com/aws/aws-app-mesh-examples/tree/main/walkthroughs/howto-k8s-ingress-gateway
@cgchinmay I'll do the simulations and I'll answer you here
Any updates @lcostamanha ?
Together with the whole team we did several tests and it didn't work, we decided to stop with the mesh and test another similar functionality.