website
website copied to clipboard
etcd.io
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...
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  This is the template JSON data for that example  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...
add - build script to generate improved documentation and config file for project - etcd, website
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...
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...
### 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...