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
Currently kube-ingress-aws-controller support multiple flags such as --logs-s3-bucket, --logs-s3-prefix, --redirect-http-to-https which can be passed as args to the kube-ingress-aws-controller. Unable to find the documentation with all supported tags.
Appreciate if you can provide the documentation link with all supported flags.
The text was updated successfully, but these errors were encountered:
Maybe it helps if I add a short description here. We have to document it better. :)
% docker run registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:latest --help 2>&1 | grep -E --color '\-s3\-|redirect-http' -A 2
--logs-s3-bucket="" S3 bucket to be used for ALB logging
--logs-s3-prefix="" Prefix within S3 bucket to be used for ALB
logging
--aws-waf-web-acl-id="" WAF web acl id to be associated with the ALB.
--
--redirect-http-to-https Configure HTTP listener to redirect to HTTPS
--load-balancer-type=application
Sets default Load Balancer type (application or
Hi,
Currently kube-ingress-aws-controller support multiple flags such as --logs-s3-bucket, --logs-s3-prefix, --redirect-http-to-https which can be passed as args to the kube-ingress-aws-controller. Unable to find the documentation with all supported tags.
Appreciate if you can provide the documentation link with all supported flags.
The text was updated successfully, but these errors were encountered: