-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Trying to run benchmark with the 03-pgbench-tbs.yaml and then
kubectl apply -f 03-pgbench-tbs.yaml
Error from server (BadRequest): error when creating "03-pgbench-tbs.yaml": Cluster in version "v1"
cannot be handled as a Cluster: strict decoding error: unknown field "spec.tablespaces"
According to the latest documentation about tablespaces, I also tried the following:
tablespaces:
- name: data
size: 75Gi
storageClass: standard-rwo
- name: idx
size: 50Gi
storageClass: standard-rwo
But still getting the exact same error about "spec.tablespaces".
Metadata
Metadata
Assignees
Labels
No labels