-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.4.10 behavioral change breaking data-dir breaks existing docs #12148
Comments
For anyone running into this, I added this to get pod spec to get things working:
|
/cc @spzala |
@howardjohn thank you for reporting! Yes, we should fix the broken install doc/command with docker which I think can be fixed by modifying the command in few different ways, 1) set the desired permission when we create dir i.e. |
Just wondering if its expected to have breaking changes within a patch release? |
afaik, yes, e.g. https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#breaking-changes-2 |
@howardjohn the release page is updated, so if you can please verify the updated command that would be great. Thanks! |
@spzala new docs LGTM, feel free to close if this was the only change needed |
@howardjohn awesome, thanks much for quickly verifying it! |
For reference, this issue is fixed by #12242 |
The breaking change in 3.4.10 related to --data-dir permissions breaks the getting started documentation found on https://github.com/etcd-io/etcd/releases/tag/v3.4.10.
A similar kubernetes deployment that also broke on upgrade:
It seems this change is documented under https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md#breaking-changes so I think this is just a doc issue
The text was updated successfully, but these errors were encountered: