Tags: dereknola/kine
Tags
Properly enforce RangeEnd + Limit restriction Required for compatibility with Kubernetes 1.24, which when searching within a namespace for a resource using FieldSelector on metatada.name, sends a Get request for the fully qualified resource name, but with a non-zero limit. Signed-off-by: Brad Davidson <[email protected]>
introduce metrics Signed-off-by: Zach Zhu <[email protected]>
Import etcd v3 consistently Fix the rpctypes module import to use the etcd/v3 package version. This allows packages that include kine as a dependency to not have to include the old etcd package. Signed-off-by: Colleen Murphy <[email protected]>
Add NATS JetStream driver to kine (k3s-io#115) * Add initial jetstream driver to kine * Add label to perf printouts for better context when running outside of CI/CD * PR Updates * PR Updates * Update comments to reflect implementation * Address PR comments * Addressing PR comments and changing default rev history to 10 * Use duration Signed-off-by: Matthew DeVenny <[email protected]>
Call wal_checkpoint during startup/compact for sqlite Signed-off-by: Brad Davidson <[email protected]>
Call wal_checkpoint during startup/compact for sqlite Signed-off-by: Brad Davidson <[email protected]>
Add Status DbSize support for apiserver etcd metrics Populates the apiserver etcd_db_total_size_in_bytes metric for drivers that offer a query to report table size. Signed-off-by: Brad Davidson <[email protected]>
Configure GRPC keepalives Import default values from etcd embed. Signed-off-by: Brad Davidson <[email protected]>
Bump go-sqlite3 to v1.14.8 / sqlite3 v3.36.0 Signed-off-by: Brad Davidson <[email protected]>
PreviousNext