website icon indicating copy to clipboard operation
website copied to clipboard

etcd.io

Results 142 website issues
Sort by recently updated
recently updated
newest added

Link to the issue https://github.com/etcd-io/etcd/issues/11716 Also refer to https://github.com/ahrtr/etcd-issues/blob/master/docs/what_is_new_in_etcd_3_6.md#downgrading Both @siyuanfoundation @fuweid have more context on the downgrade feature.

# Context Recently, @andygol took the initiative to translate the entire website (v3.5) to Ukrainian: https://kubernetes.slack.com/archives/C3HD8ARJ5/p1736261563922009 In order to incorporate this work, we need to adjust the site's settings so...

# Changelog * Add `uk` entry to the config file * Add `404 Not Found` page and redirect all `/uk/**` URLs to it * Make the build/serve commands output i18n...

size/XL
needs-ok-to-test

etcd v3.3 has already been out of support, so we don't need to talk too much about the old behaviour for 3.3 in https://etcd.io/docs/v3.5/op-guide/maintenance/#auto-compaction. It has no any benefit other...

I want to import the dashboard template from the etcd official website into my Grafana ![image](https://github.com/user-attachments/assets/92447e5a-769d-4bf1-87dd-f0a229334332) This is the template JSON data for that example ![image](https://github.com/user-attachments/assets/ea089ac9-8ed8-41e3-9cf9-2c7df96c8a0a) Here are my actions...

--auto-compaction-retention '0' Auto compaction retention length. 0 means disable auto compaction. This reads as auto compaction retention has a default value of 0 which means auto compaction is disabled by...

I was trying to create an anonymous user, by specifying an empty passwd: `$ etcdctl user add anonymous:''` (the idea being to limit the anonymous user through RBAC to only...

Hello All! I am currently implementing a new etcd stack in archlinux, and in these efforts I am using systemd config based environmental variables. In doing this the aur package...

enhancement
infrastructure

We need to enhance the doc https://etcd.io/docs/v3.6/upgrades/upgrade_3_6/ to clarify how to cleanup legacy data in v2store before upgrading to v3.6. If `--enable-v2` is configured in v3.5.x, then users should remove...

p1-high

### What would you like to be added? https://etcd.io/docs/v3.5/op-guide/security/ says the following about the `--peer-cert-allowed-cn` flag (emphasis mine): > [v3.3.0](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md) adds [etcd --peer-cert-allowed-cn](https://github.com/etcd-io/etcd/pull/8616) flag to support [CN(Common Name)-based auth for...

help wanted