You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VTTablet pods end up in an inconsistent state and retain the old annotation:
...
annotations:
....
drain.planetscale.com/supported: ensure that the tablet is not a master
planetscale.com/observed-shard-generation: "8"
prometheus.io/path: /metrics
prometheus.io/port: "15000"
prometheus.io/scrape: "true"
...
and even after removing them manually, the operator will try to bring it back:
annotations:
...
drain.planetscale.com/supported: ensure that the tablet is not a master
planetscale.com/observed-shard-generation: "8"
prometheus.io/path: /metrics
prometheus.io/scrape: "true"
rollout.planetscale.com/scheduled: |
metadata:
annotations:
prometheus.io/port: "15000"
The text was updated successfully, but these errors were encountered:
When updating annotations for a keyspace:
to remove:
The VTTablet pods end up in an inconsistent state and retain the old annotation:
and even after removing them manually, the operator will try to bring it back:
The text was updated successfully, but these errors were encountered: