Skip to content

Commit

Permalink
Make description clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Oct 23, 2024
1 parent e7b9201 commit f9fe3c3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
3 changes: 1 addition & 2 deletions linkerd.io/data/cli-2-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AnnotationsReference:
Name: config.linkerd.io/enable-debug-sidecar
- Description: Used to configure the outbound TCP connection timeout in the proxy
Name: config.linkerd.io/proxy-outbound-connect-timeout
- Description: The proxy sidecar will stay alive for at least the given period before
- Description: Adds a preStop hook to the proxy container to delay
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
If not provided, it will be defaulted to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2785,4 +2785,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-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AnnotationsReference:
Name: config.linkerd.io/enable-debug-sidecar
- Description: Used to configure the outbound TCP connection timeout in the proxy
Name: config.linkerd.io/proxy-outbound-connect-timeout
- Description: The proxy sidecar will stay alive for at least the given period before
- Description: Adds a preStop hook to the proxy container to delay
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
If not provided, it will be defaulted to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -2815,4 +2815,3 @@ CLIReference:
SeeAlso: null
Synopsis: |
viz manages the linkerd-viz extension of Linkerd service mesh
2 changes: 1 addition & 1 deletion 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 before
- Description: Adds a preStop hook to the proxy container to delay
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
2 changes: 1 addition & 1 deletion 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 before
- Description: Adds a preStop hook to the proxy container to delay
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
2 changes: 1 addition & 1 deletion 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 before
- Description: Adds a preStop hook to the proxy container to delay
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
2 changes: 1 addition & 1 deletion 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 before
- Description: Adds a preStop hook to the proxy container to delay
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
2 changes: 1 addition & 1 deletion 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 before
- Description: Adds a preStop hook to the proxy container to delay
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
2 changes: 1 addition & 1 deletion 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 before
- Description: Adds a preStop hook to the proxy container to delay
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
3 changes: 1 addition & 2 deletions linkerd.io/data/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ AnnotationsReference:
- Description: The trace collector's service account name. E.g., `tracing-service-account`.
If not provided, it will be defaulted to `default`.
Name: config.alpha.linkerd.io/trace-collector-service-account
- Description: The proxy sidecar will stay alive for at least the given period before
- Description: Adds a preStop hook to the proxy container to delay
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
If not provided, it will be defaulted to `0`
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
Expand Down Expand Up @@ -1890,4 +1890,3 @@ CLIReference:
Usage: Print the version number(s) only, with no additional output
SeeAlso: null
Synopsis: Print the client and server version information

0 comments on commit f9fe3c3

Please sign in to comment.