mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 10:03:28 +00:00
d3c41022e0
With recent clusters deployed using RKE and using etcd 3.4.x, the example commands where `--endpoints` is used when interacting with etcdctl fail with the following error: ``` 2020-05-18 12:53:55.856862 C | pkg/flags: conflicting environment variable "ETCDCTL_ENDPOINTS" is shadowed by corresponding command-line flag (either unset environment variable or disable flag) ``` This commit updates the example commands to pass in (and override) the `ETCDCTL_ENDPOINTS` environment variable instead.