Sunday, 26 July 2026

Filled under:

 etcdctl endpoint status --cluster -w json |

jq '.[] | {

  endpoint: .Endpoint,

  dbSize: .Status.dbSize,

  dbSizeInUse: .Status.dbSizeInUse,

  reclaimableBytes: (.Status.dbSize - .Status.dbSizeInUse)

}'

0 comments:

Post a Comment