Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
this wait works before SIGTERM

Signed-off-by: Takumi Sue <[email protected]>
  • Loading branch information
mikutas committed Oct 23, 2024
1 parent db10727 commit e7b9201
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ AnnotationsReference:
Name: config.linkerd.io/proxy-outbound-connect-timeout
- Description: Inbound TCP connection timeout in the proxy
Name: config.linkerd.io/proxy-inbound-connect-timeout
- Description: The proxy sidecar will stay alive for at least the given period after
- Description: The proxy sidecar will stay alive for at least the given period before
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2321,4 +2321,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ AnnotationsReference:
- Description: Maximum time allowed before an unused inbound discovery result is evicted
from the cache. Defaults to `90s`
Name: config.linkerd.io/proxy-inbound-discovery-cache-unused-timeout
- Description: The proxy sidecar will stay alive for at least the given period after
- Description: The proxy sidecar will stay alive for at least the given period before
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2552,4 +2552,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ AnnotationsReference:
- Description: When set to true, disables the protocol detection timeout on the inbound
side of the proxy by setting it to a very high value
Name: config.linkerd.io/proxy-disable-inbound-protocol-detect-timeout
- Description: The proxy sidecar will stay alive for at least the given period after
- Description: The proxy sidecar will stay alive for at least the given period before
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2603,4 +2603,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ AnnotationsReference:
- Description: When set to true, disables the protocol detection timeout on the inbound
side of the proxy by setting it to a very high value
Name: config.linkerd.io/proxy-disable-inbound-protocol-detect-timeout
- Description: The proxy sidecar will stay alive for at least the given period after
- Description: The proxy sidecar will stay alive for at least the given period before
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2620,4 +2620,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ AnnotationsReference:
- Description: When set to true, disables the protocol detection timeout on the inbound
side of the proxy by setting it to a very high value
Name: config.linkerd.io/proxy-disable-inbound-protocol-detect-timeout
- Description: The proxy sidecar will stay alive for at least the given period after
- Description: The proxy sidecar will stay alive for at least the given period before
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2760,4 +2760,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ AnnotationsReference:
- Description: When set to true, disables the protocol detection timeout on the inbound
side of the proxy by setting it to a very high value
Name: config.linkerd.io/proxy-disable-inbound-protocol-detect-timeout
- Description: The proxy sidecar will stay alive for at least the given period after
- Description: The proxy sidecar will stay alive for at least the given period before
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
Defaults to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2620,4 +2620,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh

0 comments on commit e7b9201

Please sign in to comment.