Skip to content

Instantly share code, notes, and snippets.

@bysnupy
Created April 8, 2021 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bysnupy/a72c4aa4ac7b9cd182a8f3344a6d35c0 to your computer and use it in GitHub Desktop.
Save bysnupy/a72c4aa4ac7b9cd182a8f3344a6d35c0 to your computer and use it in GitHub Desktop.
$ oc annotate -n openshift-ingress service router-default --overwrite         \
    service.beta.kubernetes.io/aws-load-balancer-access-log-enabled="true"    \
    service.beta.kubernetes.io/aws-load-balancer-access-log-emit-interval="5" \
    service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name="test-trace-logs"
    
service/router-default annotated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment