Add the shareProcessNamespace as a configurable setting. (#8287)
This commit is contained in:
parent
1fb0aea2c5
commit
9180ef1ee4
4 changed files with 11 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ Kubernetes: `>=1.19.0-0`
|
|||
| controller.service.targetPorts.http | string | `"http"` | |
|
||||
| controller.service.targetPorts.https | string | `"https"` | |
|
||||
| controller.service.type | string | `"LoadBalancer"` | |
|
||||
| controller.shareProcessNamespace | bool | `false` | This can be used for example to signal log rotation using `kill -USR1` from a sidecar. |
|
||||
| controller.sysctls | object | `{}` | See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for notes on enabling and using sysctls |
|
||||
| controller.tcp.annotations | object | `{}` | Annotations to be added to the tcp config configmap |
|
||||
| controller.tcp.configMapNamespace | string | `""` | Allows customization of the tcp-services-configmap; defaults to $(POD_NAMESPACE) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue