From 9bbc6bfb778ef7f09e866d45df7dc4820198b910 Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Fri, 22 Nov 2019 13:44:14 -0700 Subject: [PATCH] Include timeout option in backups example CR The backup timeout was made configurable in https://github.com/coreos/etcd-operator/pull/1908 but is not documented. This adds a note about the default value and makes it clear this is an optional feature. --- example/etcd-backup-operator/periodic_backup_cr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/etcd-backup-operator/periodic_backup_cr.yaml b/example/etcd-backup-operator/periodic_backup_cr.yaml index d5e9a3dc0..ae46f05df 100644 --- a/example/etcd-backup-operator/periodic_backup_cr.yaml +++ b/example/etcd-backup-operator/periodic_backup_cr.yaml @@ -9,6 +9,8 @@ spec: # 0 > enable periodic backup backupIntervalInSecond: 125 maxBackups: 4 + # Backup timeout default is 60 seconds. + timeoutInSecond: 120 s3: # The format of "path" must be: "/" # e.g: "mybucket/etcd.backup"