vertica / vertica-kubernetes

Operator, container and Helm chart to deploy Vertica in Kubernetes
Apache License 2.0
44 stars 25 forks source link

fix value in integration test #953

Closed HaoYang0000 closed 2 weeks ago

HaoYang0000 commented 2 weeks ago

The value is not setup correctly so we see error in the integration test: kubectl patch vdb vertica-db --type='json' -p='[{

"op": "add", "path": "/status/conditions/-", "value": {"type": "SaveRestorePointNeeded", "status": "True"} }]' --subresource='status' The VerticaDB "vertica-db" is invalid:

  • conditions[3].lastTransitionTime: Required value
  • conditions[3].message: Required value
  • conditions[3].reason: Required value

We need to add value for the missing attribute.

HaoYang0000 commented 2 weeks ago

Duplicate with https://github.com/vertica/vertica-kubernetes/pull/952, closing