Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3878,15 +3878,15 @@ if you set the annotation to "true".
### service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name (beta) {#service-beta-kubernetes-io-aws-load-balancer-access-log-s3-bucket-name}

<!--
Example: `service.beta.kubernetes.io/aws-load-balancer-access-log-enabled: example`
Example: `service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name: example`

Used on: Service

The cloud controller manager integration with AWS elastic load balancing configures
the load balancer for a Service based on this annotation. The load balancer
writes logs to an S3 bucket with the name you specify.
-->
示例:`service.beta.kubernetes.io/aws-load-balancer-access-log-enabled: example`
示例:`service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-name: example`

用于:Service

Expand All @@ -3896,15 +3896,15 @@ writes logs to an S3 bucket with the name you specify.
### service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-prefix (beta) {#service-beta-kubernetes-io-aws-load-balancer-access-log-s3-bucket-prefix}

<!--
Example: `service.beta.kubernetes.io/aws-load-balancer-access-log-enabled: "/example"`
Example: `service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-prefix: "/example"`

Used on: Service

The cloud controller manager integration with AWS elastic load balancing configures
the load balancer for a Service based on this annotation. The load balancer
writes log objects with the prefix that you specify.
-->
示例:`service.beta.kubernetes.io/aws-load-balancer-access-log-enabled: "/example"`
示例:`service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-prefix: "/example"`

用于:Service

Expand Down