You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Add the ability to expose etcd options, like increasing the etcd DB size by modifying the ETCD_QUOTA_BACKEND_BYTES variable in the /etc/etcd/etcd.env file.
Why is this needed:
Modifying this file requires modifying each etcd node, restarting the server, and doing a compact and defrag for changes to be reflected. This could be automated through the bootstrapping phase.
Workarounds:
make the change manually
modify the template prior to bootstrapping cluster, or upgrading the template in the spec with this change baked in as part of automation through image-builder
What would you like to be added:
Add the ability to expose etcd options, like increasing the etcd DB size by modifying the
ETCD_QUOTA_BACKEND_BYTES
variable in the/etc/etcd/etcd.env
file.Why is this needed:
Modifying this file requires modifying each etcd node, restarting the server, and doing a compact and defrag for changes to be reflected. This could be automated through the bootstrapping phase.
Workarounds:
The text was updated successfully, but these errors were encountered: