-
- Downloads
Override clone s3 bucket path (#487)
Override clone s3 bucket path Add possibility to use a custom s3 bucket path for cloning a cluster from an arbitrary bucket (e.g. from another k8s cluster). For that a new config options is introduced `s3_wal_path`, that should point to a location that spilo would understand.
Showing
- manifests/complete-postgres-manifest.yaml 1 addition, 0 deletionsmanifests/complete-postgres-manifest.yaml
- pkg/apis/acid.zalan.do/v1/postgresql_type.go 1 addition, 0 deletionspkg/apis/acid.zalan.do/v1/postgresql_type.go
- pkg/apis/acid.zalan.do/v1/util_test.go 4 additions, 4 deletionspkg/apis/acid.zalan.do/v1/util_test.go
- pkg/cluster/k8sres.go 29 additions, 2 deletionspkg/cluster/k8sres.go
- pkg/cluster/k8sres_test.go 79 additions, 0 deletionspkg/cluster/k8sres_test.go
Loading
Please sign in to comment