5f542e7632
We can host s3 compatible storage locally by deploying the stable/minio chart. Ran into https://github.com/coreos/etcd-operator/issues/1980 and therefore downgrade the backup and restore operator images to 0.8.3.
17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
Vault operator created
|
|
|
|
Next steps:
|
|
|
|
* Manually create a vault using resources/vault.yaml
|
|
* Manually restore a backup using resources/restore.yaml
|
|
* Unseal the vault pods
|
|
|
|
{{ if .Values.backupJob.suspend }}
|
|
!!!!!! BACKUP JOB SUSPENDED !!!!!!
|
|
{{ else }}
|
|
{{- if .Values.s3.endpoint -}}
|
|
Backing up to non-standard s3 endpoint {{ .Values.s3.endpoint }} {{ else -}}
|
|
Backing up to S3 on aws {{ end -}}
|
|
in bucket {{ .Values.s3.bucket }}.
|
|
!! Make sure to check if the backups succeed !!
|
|
{{ end }} |