From PR #4 review (JGuinegagne):
Research questions for the @kubernetes/client-node library:
- Does it have a client-side cache?
- Does it have automatic retries?
- Does it have automatic logging options?
Important: Be cautious with retries on mutating operations (create/update/delete) without idempotency guarantees. Read-only retries could be safe to add.
From PR #4 review (JGuinegagne):
Research questions for the
@kubernetes/client-nodelibrary:Important: Be cautious with retries on mutating operations (create/update/delete) without idempotency guarantees. Read-only retries could be safe to add.