Background
StatefulSets ordinals provide sequential identities for pod replicas.When usingOrderedReady
Pod management Pods
are created from ordinal index 0
Authors:Cailyn Edwards (Shopify), Mahé Tardy (Isovalent), Pushkar Joglekar
Since launching the Auto-refreshing Official CVE feed as an alpha feature in the 1.25 release, we have made significant improvements and updates.We are excited to announce the release of the beta version of the feed.This blog post will outline the feedback received, the changes made, and talk about how you can help as we prepare to make this a stable feature in a future Kubernetes Release.
Feedback from end-users
SIG Security received some feedback from end-users:
replica:1000
could cause an outage, because the value would be ignored and
missing, forcing a reset of replicas back to 1).This was solved
back then by fetching the OpenAPI v2 in kubectl and using it to
verify that fields were correct and present before
applying.Unfortunately, at that time, Custom Resource Definitions
didn’t exist, and the code was written under