mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
add kube_apiserver_etcd_compaction_interval (#10644)
This commit is contained in:
@@ -15,6 +15,9 @@ kube_apiserver_node_port_range: "30000-32767"
|
||||
# ETCD backend for k8s data
|
||||
kube_apiserver_storage_backend: etcd3
|
||||
|
||||
# The interval of compaction requests. If 0, the compaction request from apiserver is disabled.
|
||||
kube_apiserver_etcd_compaction_interval: "5m0s"
|
||||
|
||||
# CIS 1.2.26
|
||||
# Validate that the service account token
|
||||
# in the request is actually present in etcd.
|
||||
|
||||
Reference in New Issue
Block a user