You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are getting 502 bad gateway for pod to pod communication for ( svc.cluster.local) traafic and also unknownhost exception for egress traffic
Steps to reproduce
resource "helm_release" "aws_vpc_cni" {
name = "aws-vpc-cni"
repository = "https://aws.github.io/eks-charts"
chart = "aws-vpc-cni"
namespace = "kube-system"
version ="1.18.3"
}
Expected outcome
no 502 bad gateway for pod to pod communication and no unknownhost exception for egress traffic
Environment
Chart name:"aws-vpc-cni"
Chart version:"1.18.3"
Kubernetes version:1.30
Using EKS (yes/no), if so version? yes
Additional Context:
This issue happening interment
The text was updated successfully, but these errors were encountered:
Describe the bug
We are getting 502 bad gateway for pod to pod communication for ( svc.cluster.local) traafic and also unknownhost exception for egress traffic
Steps to reproduce
resource "helm_release" "aws_vpc_cni" {
name = "aws-vpc-cni"
repository = "https://aws.github.io/eks-charts"
chart = "aws-vpc-cni"
namespace = "kube-system"
version ="1.18.3"
}
Expected outcome
no 502 bad gateway for pod to pod communication and no unknownhost exception for egress traffic
Environment
Additional Context:
This issue happening interment
The text was updated successfully, but these errors were encountered: