Karmada
v1.16.5Orchestration & ManagementKarmada v1.16.5 is a focused patch release fixing scheduler queue misrouting, Job replica assignment errors, and operator reconciliation failures, plus an Alpine base image bump.
breakingScheduler queue misrouting causes stalled workloads — patch immediately
The backoffQ vs unschedulableBindings misrouting bug means workloads with insufficient cluster replicas may have been stuck in the wrong queue, causing unexpected scheduling delays or failures. If you've seen bindings that appear perpetually pending despite enough cluster capacity becoming available, this fix directly addresses that. Upgrade to v1.16.5 and check for any bindings that are stuck — they should reschedule automatically after the upgrade.
breakingJob completions were assigned to wrong clusters — review existing Job distributions
The Job completion replica assignment bug could have led to incorrect work distribution across member clusters. Jobs that ran on this version may have had skewed completion counts per cluster. After upgrading, inspect any multi-cluster Jobs that were scheduled on v1.16.4 to verify their completion semantics were not affected in production.
securityAlpine 3.23.4 base image — rebuild and redeploy your Karmada components
The Alpine bump from 3.23.3 to 3.23.4 addresses upstream security concerns. If you're running custom-built Karmada images or have image scanning in your pipeline, update your base images accordingly. The official images in this release already include the updated base.
Key changes (5)
- karmada-operator: Secret creation made idempotent, fixing init reconciliation failures on retry
- karmada-scheduler: Bindings with insufficient cluster replicas now correctly land in unschedulableBindings queue instead of backoffQ
- karmada-scheduler: Schedule success events now include cluster info when using ClusterAffinities
- Job completions now assigned correctly per cluster instead of being misrouted across replicas
- Base image updated from alpine:3.23.3 to alpine:3.23.4 for security fixes