Merge pull request #44898 from kundan2707/last-change-trigger-time
documented last-change-trigger-timepull/45969/head
commit
6eba9751a8
|
@ -1293,6 +1293,18 @@ has been truncated to 1000.
|
|||
|
||||
If the number of backend endpoints falls below 1000, the control plane removes this annotation.
|
||||
|
||||
### endpoints.kubernetes.io/last-change-trigger-time
|
||||
|
||||
Type: Annotation
|
||||
|
||||
Example: `endpoints.kubernetes.io/last-change-trigger-time: 2023-07-20T04:45:21Z`
|
||||
|
||||
Used on: Endpoints
|
||||
|
||||
This annotation set to an [Endpoints](/docs/concepts/services-networking/service/#endpoints) object that
|
||||
represents the timestamp (stored as RFC 3339 date-time string, e.g. '2018-10-22T19:32:52.1Z'). This is timestamp
|
||||
of the last change in some Pod or Service object, that triggered the endpoints object change.
|
||||
|
||||
### control-plane.alpha.kubernetes.io/leader (deprecated) {#control-plane-alpha-kubernetes-io-leader}
|
||||
|
||||
Type: Annotation
|
||||
|
|
Loading…
Reference in New Issue