Update custom-backup-and-restore.md
This commit is contained in:
parent
74ad08a353
commit
58eb2f3e80
|
|
@ -13,6 +13,7 @@ for the Jenkins Operator.
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Two commands (e.g. scripts) are required:
|
Two commands (e.g. scripts) are required:
|
||||||
|
|
||||||
- a backup command, e.g. `backup.sh` that takes one argument, a **backup number**
|
- a backup command, e.g. `backup.sh` that takes one argument, a **backup number**
|
||||||
- a restore command, e.g. `backup.sh` that takes one argument, a **backup number**
|
- a restore command, e.g. `backup.sh` that takes one argument, a **backup number**
|
||||||
|
|
||||||
|
|
@ -33,6 +34,7 @@ Name of the backup and restore containers can be set as necessary using
|
||||||
In most cases it will be the same container, but we allow for less common use cases.
|
In most cases it will be the same container, but we allow for less common use cases.
|
||||||
|
|
||||||
The operator will call a backup or restore commands inside a sidecar container when necessary:
|
The operator will call a backup or restore commands inside a sidecar container when necessary:
|
||||||
|
|
||||||
- backup command (defined in `spec.backup.action.exec.command`)
|
- backup command (defined in `spec.backup.action.exec.command`)
|
||||||
will be called every `N` seconds configurable in: `spec.backup.interval`
|
will be called every `N` seconds configurable in: `spec.backup.interval`
|
||||||
and on pod shutdown (if enabled in `spec.backup.makeBackupBeforePodDeletion`)
|
and on pod shutdown (if enabled in `spec.backup.makeBackupBeforePodDeletion`)
|
||||||
|
|
@ -49,6 +51,7 @@ using: `aws-cli`, `bash` and `kube2iam`.
|
||||||
|
|
||||||
In addition to your normal `Jenkins` `CustomResource` some additional settings
|
In addition to your normal `Jenkins` `CustomResource` some additional settings
|
||||||
for backup and restore are required, e.g.:
|
for backup and restore are required, e.g.:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: Jenkins
|
kind: Jenkins
|
||||||
apiVersion: jenkins.io/v1alpha1
|
apiVersion: jenkins.io/v1alpha1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue