This release makes Admiralty compatible with Kueue, without needing MultiKueue, and fixes logs/exec on EKS. We welcome 3 new contributors.
Kubernetes Features Support
Admiralty aims to transparently support most Kubernetes features. We are aware of some unsupported ones, and sometimes discover some more. Each release fills some of the gaps.
- b704bb7 node resource (e.g., GPU) scaling from zero, thanks @marwanad
- b856e0c candidate pod scheduling gates, esp. for compatibility with Kueue, thanks @marwanad
- 6882784 custom CSR signer name, esp. for logs/exec on EKS, thanks @rdvencioneck
- 30c40d2 delegate pod ephemeral containers (don't report status to proxy pod), thanks @liggitt