Kishor Joshi

Results 214 comments of Kishor Joshi

@philomory, you are correct, AWS supports TCP_UDP protocol type. In my prior response, I was referring to the current controller code without further changes handling services with TCP and UDP...

@Yasumoto, I've included the design details if you are interested - model_build_listener.go is a good place to start - also need to modify the deployer code to create TCP_UDP type...

@kahirokunn, thanks for your contribution. However, the pod disruption budget is an optional feature and at the moment we don't want to enforce it by default. Since there are possible...

@igor-mendix, TargetGroupBinding depends on the validating and mutating webhooks which is part of the LBC. The controller needs to be fully functional for the webhooks to be successful. In your...

@igor-mendix, the webhook provides validation and default values for the target group binding resources - this simplifies the controller implementation. The TargetGroupBinding resources are custom resources specific to this controller....

@aandrushchenko, did you group the ingresses together into a single ingress group? if so, the error would impact the entire ingress group until the issue is fixed. In recent v2.2.0...

@obiordu, the `--set service account.create=false` on helm upgrade causes the service account to be deleted only if it had been created by the previous chart installation. If the sa was...

@noamApps, we brought it up to the ALB team and are investigating further on this matter.