mirror of https://github.com/linkerd/website.git
update cli doc yaml (#1436)
To pick up https://github.com/linkerd/linkerd2/pull/9241 Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
91436e959e
commit
dc0c2a37a2
|
|
@ -59,9 +59,9 @@ 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: The proxy sidecar will stay alive for at least the given period after
|
||||
receiving SIGTERM signal from Kubernetes but no longer than pod's `terminationGracePeriodSeconds`.
|
||||
If not provided, it will be defaulted to `0`
|
||||
Defaults to `0`
|
||||
Name: config.alpha.linkerd.io/proxy-wait-before-exit-seconds
|
||||
- Description: The application container will not start until the proxy is ready;
|
||||
accepted values are `enabled` and `disabled`
|
||||
|
|
|
|||
Loading…
Reference in New Issue