EnterpriseDB / kubectl-cnp

Plugin for kubectl to manage a Cloud Native PostgreSQL cluster in Kubernetes
Other
8 stars 1 forks source link

pgbench doesn't work when using a custom image catalog #6

Closed jmealo closed 5 hours ago

jmealo commented 5 hours ago
❯ kubectl cnpg pgbench \
  --job-name pgbench-init \
  arm-cluster \
  -- --initialize --scale 1000
Error: Job.batch "pgbench-init" is invalid: spec.template.spec.containers[0].image: Required value
❯ kubectl cnpg pgbench \
  --job-name pgbench-init \
  intel-cluster \
  -- --initialize --scale 1000
Error: Job.batch "pgbench-init" is invalid: spec.template.spec.containers[0].image: Required value
sxd commented 5 hours ago

Hi @jmealo,

This is for kubectl-cnp no the community plugin that you mention, if you have some issues with the kubectl-cnp please open a ticket on the EnterpriseDB customer support system.

Closing for not related