Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation with all supported flags #395

Open
ddezoysa opened this issue Jan 25, 2021 · 1 comment
Open

Documentation with all supported flags #395

ddezoysa opened this issue Jan 25, 2021 · 1 comment

Comments

@ddezoysa
Copy link

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.

@szuecs
Copy link
Member

szuecs commented Jan 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants