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
|`--etcd-s3-access-key` value |`AWS_ACCESS_KEY_ID`|| S3 access key |
55
60
|`--etcd-s3-secret-key` value |`AWS_SECRET_ACCESS_KEY`|| S3 secret key |
61
+
|`--etcd-s3-session-token` value |`AWS_SESSION_TOKEN`|| S3 session token |
56
62
|`--etcd-s3-bucket` value ||| S3 bucket name |
63
+
|`--etcd-s3-bucket-lookup-type` value ||| S3 bucket lookup type, one of 'auto', 'dns', 'path'; default is 'auto' if not set |
57
64
|`--etcd-s3-region` value || "us-east-1" | S3 region / bucket location (optional) |
58
65
|`--etcd-s3-folder` value ||| S3 folder |
59
-
|`--etcd-s3-proxy`||| Proxy server to use when connecting to S3, overriding any proxy-releated environment variables |
60
-
|`--etcd-s3-config-secret`||| Name of secret in the kube-system namespace used to configure S3, if etcd-s3 is enabled and no other etcd-s3 options are set |
66
+
|`--etcd-s3-retention` value || 5 | S3 retention limit |
67
+
|`--etcd-s3-proxy` value ||| Proxy server to use when connecting to S3, overriding any proxy-releated environment variables |
68
+
|`--etcd-s3-config-secret` value ||| Name of secret in the kube-system namespace used to configure S3, if etcd-s3 is enabled and no other etcd-s3 options are set |
61
69
|`--etcd-s3-insecure`||| Disables S3 over HTTPS |
62
70
|`--etcd-s3-timeout` value || 5m0s | S3 timeout (default: 5m0s) |
0 commit comments