1. Experimental feature
Experimental feature:
1.1. --experimental-initial-corrupt-check
--experimental-initial-corrupt-check 'false'
Enable to check data corruption before serving any client/peer traffic.
1.2. --experimental-corrupt-check-time
--experimental-corrupt-check-time '0s'
Duration of time between cluster corruption check passes.
1.3. --experimental-enable-v2v3
--experimental-enable-v2v3 ''
Serve v2 requests through the v3 backend under a given prefix.
1.4. --experimental-backend-bbolt-freelist-type
--experimental-backend-bbolt-freelist-type 'array'
ExperimentalBackendFreelistType specifies the type of freelist that boltdb backend uses(array and map are supported types).
1.5. --experimental-enable-lease-checkpoint
--experimental-enable-lease-checkpoint 'false'
ExperimentalEnableLeaseCheckpoint enables primary lessor to persist lease remainingTTL to prevent indefinite auto-renewal of long lived leases.
1.6. --experimental-compaction-batch-limit
--experimental-compaction-batch-limit 1000
ExperimentalCompactionBatchLimit sets the maximum revisions deleted in each compaction batch.
1.7. --experimental-peer-skip-client-san-verification
--experimental-peer-skip-client-san-verification 'false'
Skip verification of SAN field in client certificate for peer connections.
1.8. --experimental-watch-progress-notify-interval
--experimental-watch-progress-notify-interval '10m'
Duration of periodical watch progress notification.