Skip to content

Deletion of resources can fail due to etcd size limit #128238

@jpbetz

Description

@jpbetz

Steps:

  • Create a resource that is just barely within the etcd size limit
  • Delete the resource, which triggers an update to etcd to record the intent to delete the resource
  • Because the update adds fields like deleteTimestamp, the size of the resource increases
  • When the size exceeds the etcd size limit, the update-to-record-intent-to-delete fails to be recorded to etcd, causing the deletion operation to fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    sig/api-machineryCategorizes an issue or PR as relevant to SIG API Machinery.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions