mirror of https://github.com/dapr/docs.git
				
				
				
			content: Make the grace period configurable
Signed-off-by: Taction <zchao9100@gmail.com>
This commit is contained in:
		
							parent
							
								
									80298899c1
								
							
						
					
					
						commit
						2dd4b43627
					
				|  | @ -38,6 +38,7 @@ This table is meant to help users understand the equivalent options for running | ||||||
| | `--app-protocol` | `--app-protocol` | `-P` | `dapr.io/app-protocol` | Tells Dapr which protocol your application is using. Valid options are `http` and `grpc`. Default is `http` | | | `--app-protocol` | `--app-protocol` | `-P` | `dapr.io/app-protocol` | Tells Dapr which protocol your application is using. Valid options are `http` and `grpc`. Default is `http` | | ||||||
| | `--sentry-address` | `--sentry-address` | | not supported | Address for the Sentry CA service | | | `--sentry-address` | `--sentry-address` | | not supported | Address for the Sentry CA service | | ||||||
| | `--version` | `--version` | `-v` | not supported | Prints the runtime version | | | `--version` | `--version` | `-v` | not supported | Prints the runtime version | | ||||||
|  | | `--dapr-graceful-shutdown-seconds` | not supported | | `dapr.io/graceful-shutdown-seconds` | Graceful shutdown duration in seconds for dapr, the maximum duration before force shutdown when waitting all in-progress requests to complete. Defaults to `5`, and maximum to `30` which is equivalent to Kubernetes termination grace period. Any vaule larger than the minimum duration will be setting to the minimum duration.  | | ||||||
| | not supported | not supported | | `dapr.io/enabled` | Setting this paramater to true injects the Dapr sidecar into the pod | | | not supported | not supported | | `dapr.io/enabled` | Setting this paramater to true injects the Dapr sidecar into the pod | | ||||||
| | not supported | not supported | | `dapr.io/api-token-secret` | Tells Dapr which Kubernetes secret to use for token based API authentication. By default this is not set | | | not supported | not supported | | `dapr.io/api-token-secret` | Tells Dapr which Kubernetes secret to use for token based API authentication. By default this is not set | | ||||||
| | `--dapr-listen-addresses` | not supported  | | `dapr.io/sidecar-listen-addresses`                       | Comma separated list of IP addresses that sidecar will listen to. Defaults to all in standalone mode. Defaults to `[::1],127.0.0.1` in Kubernetes. To listen to all IPv4 addresses, use `0.0.0.0`. To listen to all IPv6 addresses, use `[::]`. | | `--dapr-listen-addresses` | not supported  | | `dapr.io/sidecar-listen-addresses`                       | Comma separated list of IP addresses that sidecar will listen to. Defaults to all in standalone mode. Defaults to `[::1],127.0.0.1` in Kubernetes. To listen to all IPv4 addresses, use `0.0.0.0`. To listen to all IPv6 addresses, use `[::]`. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue