Replies: 3 comments
-
@maggie44 PR please. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not forgotten, just not got to yet. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mysticaltech, would:
achieve this? The equivalent of passing in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
k3s has a number of options for configuring s3: https://docs.k3s.io/cli/etcd-snapshot#options
These can be configured by adding the flags, but ideally they would be added to the
kube.tf
config file as specific options.This has become particularly pertinent as a PR introduced back in August (k3s-io/k3s#9866) changed the way s3 backups are done and for a standard 3 control plane cluster the default k3s value of
5
is likely insufficient for most as it no longer backs up all of the control planes for a sufficient time span. Instead, we may need to start scaling that number based on the number of control planes we run.Beta Was this translation helpful? Give feedback.
All reactions