Ranu Pratap Singh
Ranu Pratap Singh
Hi all, I am also facing the same issue. I am trying to follow this guide. https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/targetgroupbinding/targetgroupbinding/. The targets are getting registered but the security group rules to accept the...
Hi all, I figured this out from [the spec doc section here](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/targetgroupbinding/spec/#elbv2.k8s.aws/v1beta1.SecurityGroup). We can specify networking to use source target group like this ``` serviceRef: name: auth-prod-service # route traffic...
@MartinEmrich in this case, because ALB is and target groups both already created outside of kubernetes cluster, `securityGroup` ID is a static value much like `targetGroupARN ` with reference to...
Thanks @RossBarnie for the writeup I am adding one more example to this. I have this class Exercise(which puts an enum value `none` which is active record class method) ```...
I am also getting the same behavior. This happens when state_path is specified in `config/puma.rb`. On `stop` command puma is deleting the pid file while not deleting the state file....