dewstyh

Results 6 comments of dewstyh

Here now, I observed that some of my services "authority" value is different than what i mentioned in service-profile.yaml ``` end id=3:25 proxy=in src=10.55.3.170:51188 dst=10.55.3.54:5000 tls=no_tls_from_remote duration=295µs response-length=5B req id=3:27...

Hi Flynn, yes it's related to configuration of cert manager. I fixed it back then. thanks for your response

here, ```txt kubectl logs aws-load-balancer-controller-5949b98df9-5vf4s -n kube-system {"level":"info","ts":1712274475.9114647,"msg":"version","GitVersion":"v2.4.5","GitCommit":"d9482de36bf51a17e7def869f677f35c2b6c6045","BuildDate":"2022-11-09T20:46:04+0000"} {"level":"info","ts":1712274475.984437,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":":8080"} {"level":"info","ts":1712274475.9922724,"logger":"setup","msg":"adding health check for controller"} {"level":"info","ts":1712274475.9925532,"logger":"controller-runtime.webhook","msg":"registering webhook","path":"/mutate-v1-pod"} {"level":"info","ts":1712274475.9927483,"logger":"controller-runtime.webhook","msg":"registering webhook","path":"/mutate-elbv2-k8s-aws-v1beta1-targetgroupbinding"} {"level":"info","ts":1712274475.9929156,"logger":"controller-runtime.webhook","msg":"registering webhook","path":"/validate-elbv2-k8s-aws-v1beta1-targetgroupbinding"} {"level":"info","ts":1712274475.9930272,"logger":"controller-runtime.webhook","msg":"registering webhook","path":"/validate-networking-v1-ingress"} {"level":"info","ts":1712274475.9931042,"logger":"setup","msg":"starting podInfo repo"}...

Hello, I tried using using these annotation https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/ingress/annotations/#target-node-labels:~:text=target%2Dtype%3A%20instance-,alb.ingress.kubernetes.io/target%2Dnode%2Dlabels,-specifies%20which%20nodes inside my ingress resource, target group bindings are not happening, and it is deregistering the nodes automatically with health check fails(/livez). I...

kubectl of my targetgroup binding created by alb when i add above mentioned annotation, but when I remove the tag, it's working just fine. kubectl describe targetgroupbindings k8s-stagingi-callisto-224c049c92 -n staging-ibwave...

Hello sorry for lost of track on this issue, the issue has been solved, I've alb annotation target node labels and matched with that to register nodes under those targetgroups....