Olivia Song
Olivia Song
@rifler, thanks for reaching out. If you create the SA with helm chart, how do you attach the IAM policy needed by the controller?
@safeops-marboleda, probably we can implement a feature flag to disable the label check for master nodes, and the default value is `false`. If it's set to `true`, we can remove...
CC: @shraddhabang
@alebedev87, hi we have bumped up the `x/net` to v1.17.0 and update some other dependencies to address the CVEs we got regarding HTTP/2 in this PR: https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3429. Would the above...
@marcosdiez, hi, would this PR work for your use case too? https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3479
@wweiwei-li, thanks for the contribution. I left some comments. >The value of it can be set to "off" and "on". It is optional and if it is default to "on"...
/lgtm /assign @M00nF1sh
@josh-ferrell, we cut the release from the release branch, so the main branch is not up to date. https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/v2.7.1/docs/deploy/installation.md#configure-iam I think there might be a miss in the release activity...
@zoezhangmattr, currently the namespace is the same with the helm chart release namespace. you mean you install the load balancer controller in `kube-system`, but do not want the webhook service...
Upgrading helm version to v3.14.2 led to issues, I suspect it's the controller-runtime version too old (currently we are on v0.14.16), but the v0.15+ has some breaking changes, we may...